Git errors:
- The last commit message is just one word, you should provide a meaningful short summary what you changed. See https://www.drupal.org/node/52287
- Coder Sniffer has found some issues with your code (please check the Drupal coding standards). See attachment.
FILE: ...l/pareviewsh/pareview_temp/tests/src/Unit/drupal_static_mock.inc.php -------------------------------------------------------------------------- FOUND 4 ERRORS AFFECTING 3 LINES -------------------------------------------------------------------------- 3 | ERROR | [x] You must use "/**" style comments for a file comment 12 | ERROR | [x] Missing function doc comment 12 | ERROR | [x] Expected 1 blank line before function; 0 found 44 | ERROR | [x] Expected 1 newline at end of file; 0 found -------------------------------------------------------------------------- PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- FILE: ...eviewsh/pareview_temp/tests/src/Unit/Services/EntityServicesTest.php -------------------------------------------------------------------------- FOUND 2 ERRORS AFFECTING 2 LINES -------------------------------------------------------------------------- 1 | ERROR | [x] The PHP open tag must be followed by exactly one blank | | line 10 | ERROR | [x] "require_once" is a statement not a function; no | | parentheses are required -------------------------------------------------------------------------- PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY -------------------------------------------------------------------------- Time: 2.48 secs; Memory: 10Mb