Skip to content

Instantly share code, notes, and snippets.

@nikic
Last active April 25, 2019 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikic/a4df3e8e18c7955c2c21cf6cdb4cbfaa to your computer and use it in GitHub Desktop.
Save nikic/a4df3e8e18c7955c2c21cf6cdb4cbfaa to your computer and use it in GitHub Desktop.
(BUG!) /home/nikic/package-analysis/sources/johnpbloch/wordpress-core/wp-admin/includes/class-wp-ajax-upgrader-skin.php:100
$this->errors->add( 'unknown_upgrade_error_' . $errors_count + 1, $string );
(BUG!) /home/nikic/package-analysis/sources/microsoft/azure-storage/tests/Functional/File/FileServiceFunctionalTest.php:1005
'when NextMarker (\'' . $ret->getNextMarker() .
'\')==\'\', Files length (' .
count($ret->getFiles()) + count($ret->getDirectories()) .
') should be <= MaxResults (' .
$options->getMaxResults() . ')'
(BUG!) /home/nikic/package-analysis/sources/microsoft/azure-storage/tests/Functional/File/FileServiceFunctionalTest.php:1015
'when NextMarker (' . $ret->getNextMarker() .
')!=\'\', Files length (' .
count($ret->getFiles()) + count($ret->getDirectories()) .
') should be == MaxResults (' .
$options->getMaxResults() .')'
(duplicate file) /home/nikic/package-analysis/sources/roots/wordpress/wp-admin/includes/class-wp-ajax-upgrader-skin.php:100
(BUG!) /home/nikic/package-analysis/sources/sabre/vobject/lib/Recur/RRuleIterator.php:344
$this->currentDate = $this->currentDate->modify('+'.$this->interval - 1 .' days');
(BUG!) /home/nikic/package-analysis/sources/sabre/vobject/lib/Recur/RRuleIterator.php:404
$this->currentDate = $this->currentDate->modify('+'.$this->interval - 1 .' weeks');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment