Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update crontab #83

Merged
merged 1 commit into from
Jun 17, 2024

Update crontab

a2da377
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Update crontab #83

Update crontab
a2da377
Select commit
Loading
Failed to load commit list.
GitHub Actions / PHPCS succeeded Jun 17, 2024 in 0s

reviewdog [PHPCS] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (196)

src/reloaddk/HarvesterBundle/Controller/AdminController.php|67 col 208| Line exceeds 120 characters; contains 208 characters
src/reloaddk/HarvesterBundle/Controller/AdminController.php|91 col 40| Opening brace should be on a new line
src/reloaddk/HarvesterBundle/Controller/AdminController.php|91 col 41| Closing brace must be on a line by itself
src/reloaddk/HarvesterBundle/Controller/AdminController.php|105 col 9| Expected 1 space after closing brace; newline found
src/reloaddk/HarvesterBundle/Controller/AdminController.php|134 col 136| Line exceeds 120 characters; contains 136 characters
src/reloaddk/HarvesterBundle/Controller/AdminController.php|137 col 144| Line exceeds 120 characters; contains 168 characters
src/reloaddk/HarvesterBundle/Controller/AdminController.php|171 col 91| Line exceeds 120 characters; contains 121 characters
src/reloaddk/HarvesterBundle/Controller/ApiUserController.php|10 col 1| There must be one blank line after the last USE statement; 0 found;
src/reloaddk/HarvesterBundle/Controller/ApiUserController.php|35 col 128| Line exceeds 120 characters; contains 128 characters
src/reloaddk/HarvesterBundle/Controller/ApiUserController.php|158 col 1| The closing brace for the class must go on the next line after the body
src/reloaddk/HarvesterBundle/Controller/ApiEntryController.php|206 col 32| Opening parenthesis of a multi-line function call must be the last content on the line
src/reloaddk/HarvesterBundle/Controller/ApiEntryController.php|207 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 52
src/reloaddk/HarvesterBundle/Controller/ApiEntryController.php|208 col 1| Multi-line function call not indented correctly; expected 8 spaces but found 52
src/reloaddk/HarvesterBundle/Controller/ApiEntryController.php|208 col 68| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/AccessDeniedHandler.php|18 col 62| Opening brace should be on a new line
src/reloaddk/HarvesterBundle/AccessDeniedHandler.php|29 col 5| Visibility must be declared on method "handle"
src/reloaddk/HarvesterBundle/AccessDeniedHandler.php|29 col 85| Opening brace should be on a new line
src/reloaddk/HarvesterBundle/AccessDeniedHandler.php|35 col 1| Expected 1 newline at end of file; 0 found
src/reloaddk/HarvesterBundle/AdminUserForm.php|62 col 1| Expected 1 newline at end of file; 0 found
src/reloaddk/HarvesterBundle/DependencyInjection/reloaddkHarvesterExtension.php|15 col 1| Class name "reloaddkHarvesterExtension" is not in PascalCase format
src/reloaddk/HarvesterBundle/DependencyInjection/Configuration.php|11 col 4| Line exceeds 120 characters; contains 131 characters
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|32 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 16
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|32 col 42| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|37 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 16
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|37 col 40| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|42 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 16
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|42 col 74| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|47 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 16
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|47 col 91| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|52 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 16
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|52 col 85| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|57 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 16
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|57 col 82| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|62 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 16
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|62 col 89| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|67 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 16
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|67 col 90| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCommand.php|159 col 141| Line exceeds 120 characters; contains 141 characters
src/reloaddk/HarvesterBundle/Command/HarvesterRefreshCommand.php|32 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 16
src/reloaddk/HarvesterBundle/Command/HarvesterRefreshCommand.php|32 col 42| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterRefreshCommand.php|37 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 16
src/reloaddk/HarvesterBundle/Command/HarvesterRefreshCommand.php|37 col 40| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterRefreshCommand.php|43 col 68| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterRefreshCommand.php|48 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 16
src/reloaddk/HarvesterBundle/Command/HarvesterRefreshCommand.php|48 col 74| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterRefreshCommand.php|110 col 132| Line exceeds 120 characters; contains 132 characters
src/reloaddk/HarvesterBundle/Command/HarvesterRefreshCommand.php|114 col 125| Line exceeds 120 characters; contains 125 characters
src/reloaddk/HarvesterBundle/Command/HarvesterRefreshCommand.php|116 col 9| Expected 1 space after closing brace; newline found
src/reloaddk/HarvesterBundle/Command/HarvesterRefreshCommand.php|150 col 1| Expected 1 newline at end of file; 0 found
src/reloaddk/HarvesterBundle/Command/HarvesterUserCommand.php|74 col 9| Expected 1 space after closing brace; newline found
src/reloaddk/HarvesterBundle/Command/HarvesterUserCommand.php|100 col 55| Blank line found at start of control structure
src/reloaddk/HarvesterBundle/Command/HarvesterUserCommand.php|107 col 13| Expected 1 space after closing brace; newline found
src/reloaddk/HarvesterBundle/Command/HarvesterUserCommand.php|120 col 155| Line exceeds 120 characters; contains 155 characters
src/reloaddk/HarvesterBundle/Command/HarvesterUserCommand.php|141 col 143| Line exceeds 120 characters; contains 143 characters
src/reloaddk/HarvesterBundle/Command/HarvesterUserCommand.php|143 col 135| Line exceeds 120 characters; contains 135 characters
src/reloaddk/HarvesterBundle/Command/HarvesterUserCommand.php|145 col 17| Expected 1 space after closing brace; newline found
src/reloaddk/HarvesterBundle/Command/HarvesterUserCommand.php|147 col 17| Usage of ELSE IF is discouraged; use ELSEIF instead
src/reloaddk/HarvesterBundle/Command/HarvesterUserCommand.php|153 col 139| Line exceeds 120 characters; contains 139 characters
src/reloaddk/HarvesterBundle/Command/HarvesterUserCommand.php|155 col 139| Line exceeds 120 characters; contains 139 characters
src/reloaddk/HarvesterBundle/Command/HarvesterUserCommand.php|164 col 19| Usage of ELSE IF is discouraged; use ELSEIF instead
src/reloaddk/HarvesterBundle/Command/HarvesterUserCommand.php|178 col 130| Line exceeds 120 characters; contains 130 characters
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCleanupCommand.php|33 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 16
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCleanupCommand.php|33 col 42| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCleanupCommand.php|38 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 16
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCleanupCommand.php|38 col 40| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCleanupCommand.php|44 col 68| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCleanupCommand.php|49 col 1| Multi-line function call not indented correctly; expected 12 spaces but found 16
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCleanupCommand.php|49 col 74| Closing parenthesis of a multi-line function call must be on a line by itself
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCleanupCommand.php|102 col 125| Line exceeds 120 characters; contains 125 characters
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCleanupCommand.php|142 col 15| Line indented incorrectly; expected at least 16 spaces, found 14
src/reloaddk/HarvesterBundle/Command/HarvesterFetchCleanupCommand.php|146 col 1| Expected 1 newline at end of file; 0 found
src/reloaddk/HarvesterBundle/ExtendedHarvestAPI.php|12 col 45| Opening brace of a class must be on the line after the definition
src/reloaddk/HarvesterBundle/ExtendedHarvestAPI.php|23 col 35| Expected 0 spaces after opening parenthesis; 1 found
src/reloaddk/HarvesterBundle/ExtendedHarvestAPI.php|23 col 111| Expected 0 spaces before closing parenthesis; 1 found
src/reloaddk/HarvesterBundle/ExtendedHarvestAPI.php|26 col 9| Expected 1 space(s) after IF keyword; 0 found
src/reloaddk/HarvesterBundle/ExtendedHarvestAPI.php|26 col 12| Expected 0 spaces after opening bracket; 1 found
src/reloaddk/HarvesterBundle/ExtendedHarvestAPI.php|26 col 15| Space after opening parenthesis of function call prohibited
src/reloaddk/HarvesterBundle/ExtendedHarvestAPI.php|26 col 36| Expected 0 spaces before closing parenthesis; 1 found
src/reloaddk/HarvesterBundle/ExtendedHarvestAPI.php|26 col 37| Expected 0 spaces before closing bracket; 1 found
src/reloaddk/HarvesterBundle/ExtendedHarvestAPI.php|29 col 9| Expected 1 space(s) after IF keyword; 0 found
src/reloaddk/HarvesterBundle/ExtendedHarvestAPI.php|29 col 12| Expected 0 spaces after opening bracket; 1 found
src/reloaddk/HarvesterBundle/ExtendedHarvestAPI.php|29 col 15| Space before opening parenthesis of function call prohibited
src/reloaddk/HarvesterBundle/ExtendedHarvestAPI.php|29 col 39| Expected 0 spaces before closing bracket; 1 found
src/reloaddk/HarvesterBundle/ExtendedHarvestAPI.php|32 col 23| Space after opening parenthesis of function call prohibited
src/reloaddk/HarvesterBundle/ExtendedHarvestAPI.php|32 col 46| Expected 0 spaces before closing parenthesis; 1 found
src/reloaddk/HarvesterBundle/reloaddkHarvesterBundle.php|7 col 1| Class name "reloaddkHarvesterBundle" is not in PascalCase format
src/reloaddk/HarvesterBundle/reloaddkHarvesterBundle.php|7 col 46| Opening brace of a class must be on the line after the definition
src/reloaddk/HarvesterBundle/reloaddkHarvesterBundle.php|7 col 47| Closing brace must be on a line by itself
src/reloaddk/HarvesterBundle/AdminUtilities.php|13 col 40| Opening brace should be on a new line
src/reloaddk/HarvesterBundle/AdminUtilities.php|18 col 1| Expected 1 newline at end of file; 0 found
src/reloaddk/HarvesterBundle/HarvestAdapter.php|11 col 41| Opening brace of a class must be on the line after the definition
src/reloaddk/HarvesterBundle/HarvestAdapter.php|13 col 3| Line indented incorrectly; expected at least 4 spaces, found 2
src/reloaddk/HarvesterBundle/HarvestAdapter.php|23 col 3| Line indented incorrectly; expected 4 spaces, found 2
src/reloaddk/HarvesterBundle/HarvestAdapter.php|24 col 3| Line indented incorrectly; expected at least 4 spaces, found 2
src/reloaddk/HarvesterBundle/HarvestAdapter.php|25 col 5| Line indented incorrectly; expected at least 8 spaces, found 4
src/reloaddk/HarvesterBundle/HarvestAdapter.php|28 col 5| Line indented incorrectly; expected at least 8 spaces, found 4
src/reloaddk/HarvesterBundle/HarvestAdapter.php|29 col 5| Line indented incorrectly; expected at least 8 spaces, found 4
src/reloaddk/HarvesterBundle/HarvestAdapter.php|30 col 5| Line indented incorrectly; expected at least 8 spaces, found 4
src/reloaddk/HarvesterBundle/HarvestAdapter.php|31 col 5| Line indented incorrectly; expected at least 8 spaces, found 4
src/reloaddk/HarvesterBundle/HarvestAdapter.php|32 col 5| Line indented incorrectly; expected at least 8 spaces, found 4
src/reloaddk/HarvesterBundle/HarvestAdapter.php|33 col 3| Line indented incorrectly; expected 4 spaces, found 2
src/reloaddk/HarvesterBundle/HarvestAdapter.php|40 col 3| Line indented incorrectly; expected 4 spaces, found 2
src/reloaddk/HarvesterBundle/HarvestAdapter.php|41 col 3| Line indented incorrectly; expected at least 4 spaces, found 2
src/reloaddk/HarvesterBundle/HarvestAdapter.php|42 col 5| Line indented incorrectly; expected at least 8 spaces, found 4
src/reloaddk/HarvesterBundle/HarvestAdapter.php|43 col 3| Line indented incorrectly; expected 4 spaces, found 2
src/reloaddk/HarvesterBundle/Entity/Role.php|54 col 5| Function closing brace must go on the next line following the body; found 1 blank lines before brace
src/reloaddk/HarvesterBundle/Entity/Role.php|59 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Role.php|82 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Role.php|128 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Role.php|138 col 34| Opening brace should be on a new line
src/reloaddk/HarvesterBundle/Entity/Role.php|142 col 1| The closing brace for the class must go on the next line after the body
src/reloaddk/HarvesterBundle/Entity/Project.php|213 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|236 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|259 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|282 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|305 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|328 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|351 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|374 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|397 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|420 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|443 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|466 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|489 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|512 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|535 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|558 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|581 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|604 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|627 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|650 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|673 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|696 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|729 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Project.php|752 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/ClientRepository.php|30 col 134| Line exceeds 120 characters; contains 134 characters
src/reloaddk/HarvesterBundle/Entity/ClientRepository.php|37 col 9| Expected 1 space after closing brace; newline found
src/reloaddk/HarvesterBundle/Entity/ClientRepository.php|45 col 13| Expected 1 space after closing brace; newline found
src/reloaddk/HarvesterBundle/Entity/ClientRepository.php|49 col 1| Blank line found at end of control structure
src/reloaddk/HarvesterBundle/Entity/Client.php|112 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Client.php|135 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Client.php|158 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Client.php|181 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Client.php|204 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Client.php|227 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Client.php|250 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Client.php|273 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Client.php|296 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Client.php|319 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Client.php|359 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/EntryRepository.php|97 col 150| Line exceeds 120 characters; contains 150 characters
src/reloaddk/HarvesterBundle/Entity/EntryRepository.php|166 col 122| Line exceeds 120 characters; contains 122 characters
src/reloaddk/HarvesterBundle/Entity/EntryRepository.php|427 col 147| Line exceeds 120 characters; contains 147 characters
src/reloaddk/HarvesterBundle/Entity/User.php|148 col 40| Opening brace should be on a new line
src/reloaddk/HarvesterBundle/Entity/User.php|148 col 41| Closing brace must be on a line by itself
src/reloaddk/HarvesterBundle/Entity/User.php|161 col 42| Opening brace should be on a new line
src/reloaddk/HarvesterBundle/Entity/User.php|168 col 47| Opening brace should be on a new line
src/reloaddk/HarvesterBundle/Entity/User.php|175 col 33| Opening brace should be on a new line
src/reloaddk/HarvesterBundle/Entity/User.php|550 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/TaskRepository.php|21 col 128| Line exceeds 120 characters; contains 128 characters
src/reloaddk/HarvesterBundle/Entity/TaskRepository.php|27 col 9| Expected 1 space after closing brace; newline found
src/reloaddk/HarvesterBundle/Entity/TaskRepository.php|34 col 13| Expected 1 space after closing brace; newline found
src/reloaddk/HarvesterBundle/Entity/Task.php|97 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Task.php|120 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Task.php|143 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Task.php|166 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Task.php|189 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Task.php|212 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Task.php|235 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Task.php|258 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Task.php|298 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/UserRepository.php|119 col 5| The static declaration must come after the visibility declaration
src/reloaddk/HarvesterBundle/Entity/UserRepository.php|140 col 9| Expected 1 space after closing brace; newline found
src/reloaddk/HarvesterBundle/Entity/UserRepository.php|170 col 9| Expected 1 space after closing brace; newline found
src/reloaddk/HarvesterBundle/Entity/UserRepository.php|212 col 9| Expected 1 space after closing brace; newline found
src/reloaddk/HarvesterBundle/Entity/UserRepository.php|235 col 62| Opening brace should be on a new line
src/reloaddk/HarvesterBundle/Entity/Entry.php|129 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Entry.php|152 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Entry.php|175 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Entry.php|198 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Entry.php|221 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Entry.php|244 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Entry.php|267 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Entry.php|290 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Entry.php|313 col 16| Whitespace found at end of line
src/reloaddk/HarvesterBundle/Entity/Entry.php|397 col 7| Line indented incorrectly; expected at least 8 spaces, found 6
src/reloaddk/HarvesterBundle/Entity/Entry.php|399 col 7| Line indented incorrectly; expected at least 8 spaces, found 6
src/reloaddk/HarvesterBundle/Entity/Entry.php|409 col 7| Line indented incorrectly; expected at least 8 spaces, found 6
src/reloaddk/HarvesterBundle/Entity/ProjectRepository.php|9 col 1| There must be one blank line after the last USE statement; 0 found;
src/reloaddk/HarvesterBundle/Entity/ProjectRepository.php|28 col 130| Line exceeds 120 characters; contains 130 characters
src/reloaddk/HarvesterBundle/Entity/ProjectRepository.php|34 col 9| Expected 1 space after closing brace; newline found
src/reloaddk/HarvesterBundle/Entity/ProjectRepository.php|35 col 14| Blank line found at start of control structure
src/reloaddk/HarvesterBundle/Entity/ProjectRepository.php|42 col 13| Expected 1 space after closing brace; newline found
src/reloaddk/HarvesterBundle/Entity/ProjectRepository.php|58 col 95| Opening brace should be on a new line
src/reloaddk/HarvesterBundle/Entity/ProjectRepository.php|76 col 142| Line exceeds 120 characters; contains 142 characters
src/reloaddk/HarvesterBundle/AdminMailer.php|58 col 1| Expected 1 newline at end of file; 0 found