php-code-analysis icon indicating copy to clipboard operation
php-code-analysis copied to clipboard

Advanced Code Analysis for PHP

Results 6 php-code-analysis issues
Sort by recently updated
recently updated
newest added

http://jmsyst.com/reviews/ba4b0121-f8f1-4e79-8fbc-dcf430f3fbb8 ``` It seems like there was an unrecoverable error when analyzing your dependencies. This could be a problem with your composer.json, but might also be an internal error. ```

when you pass the return of a method as argument to another one, the typed code view documents the type of `$this` in the argument list instead of the type...

Clutters up the auto-changed files with migrations namespace use statements changing: `````` 5 -use Doctrine\DBAL\Migrations\AbstractMigration, 6 - Doctrine\DBAL\Schema\Schema; 5 +use Doctrine\DBAL\Migrations\AbstractMigration; 6 +use Doctrine\DBAL\Schema\Schema;``` Should probably just ignore migrations files...

http://jmsyst.com/reviews/1483cb73-a6c7-4229-ab8d-0ef6c725d897 Not quite sure why it keeps failing.

When adding a new repo on http://jmsyst.com/automated-code-reviews/repositories/new the autocompletion suggests all repos where I have write access. However, when selecting a repo where I don't have admin rights, it shows...

http://jmsyst.com/reviews/0294a2a2-b3c0-4aad-a3b9-ded33e7e6e77 You may have already been notified of the app's stack trace, but if not, could you look into this?