Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. No fixable errors were found
  2. Time: 82ms; Memory: 5Mb
  3.  
  4. ./phpcbf.phar examples
  5. Changing into directory /private/tmp/phpnats/examples
  6. Processing connect.php [PHP => 148 tokens in 23 lines]... DONE in 6ms (0 fixable violations)
  7. Processing ping.php [PHP => 131 tokens in 22 lines]... DONE in 4ms (0 fixable violations)
  8. Changing into directory /private/tmp/phpnats/examples/pubsub
  9. Processing pub.php [PHP => 166 tokens in 27 lines]... DONE in 4ms (0 fixable violations)
  10. Processing sub.php [PHP => 156 tokens in 27 lines]... DONE in 6ms (0 fixable violations)
  11. No fixable errors were found
  12. Time: 42ms; Memory: 4Mb
  13.  
  14. ./phpcs.phar src tests examples
  15.  
  16. FILE: /private/tmp/phpnats/tests/Unit/ConnectionTest.php
  17. ----------------------------------------------------------------------
  18. FOUND 10 ERRORS AND 2 WARNINGS AFFECTING 12 LINES
  19. ----------------------------------------------------------------------
  20. 14 | ERROR | Missing @package tag in file comment
  21. 30 | ERROR | Missing @package tag in class comment
  22. 37 | ERROR | Missing function doc comment
  23. 39 | WARNING | Line exceeds 85 characters; contains 102 characters
  24. 43 | ERROR | Missing function doc comment
  25. 48 | ERROR | Missing function doc comment
  26. 58 | ERROR | Missing @return tag in function comment
  27. 72 | ERROR | Missing @return tag in function comment
  28. 84 | ERROR | Missing @return tag in function comment
  29. 97 | ERROR | Missing @return tag in function comment
  30. 109 | ERROR | Missing @return tag in function comment
  31. 123 | WARNING | Line exceeds 85 characters; contains 92 characters
  32. ----------------------------------------------------------------------
  33.  
  34.  
  35. FILE: /private/tmp/phpnats/tests/Util/ClientServerStub.php
  36. ----------------------------------------------------------------------
  37. FOUND 9 ERRORS AFFECTING 9 LINES
  38. ----------------------------------------------------------------------
  39. 2 | ERROR | Missing file doc comment
  40. 8 | ERROR | Missing class doc comment
  41. 18 | ERROR | Missing function doc comment
  42. 24 | ERROR | Missing function doc comment
  43. 30 | ERROR | Missing function doc comment
  44. 35 | ERROR | Missing function doc comment
  45. 43 | ERROR | Missing function doc comment
  46. 48 | ERROR | Missing function doc comment
  47. 53 | ERROR | Missing function doc comment
  48. ----------------------------------------------------------------------
  49.  
  50.  
  51. FILE: /private/tmp/phpnats/tests/Util/ListeningServerStub.php
  52. ----------------------------------------------------------------------
  53. FOUND 10 ERRORS AFFECTING 10 LINES
  54. ----------------------------------------------------------------------
  55. 2 | ERROR | Missing file doc comment
  56. 10 | ERROR | Missing class doc comment
  57. 20 | ERROR | Missing function doc comment
  58. 35 | ERROR | Missing function doc comment
  59. 44 | ERROR | Missing function doc comment
  60. 49 | ERROR | Missing function doc comment
  61. 57 | ERROR | Missing function doc comment
  62. 62 | ERROR | Missing function doc comment
  63. 67 | ERROR | Missing function doc comment
  64. 81 | ERROR | Expected "if (...) {\n"; found "if(...) {\n"
  65. ----------------------------------------------------------------------
  66.  
  67. Time: 169ms; Memory: 7.25Mb
  68.  
  69. make: *** [cs] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement