report.full 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  1. FILE: ...staller/src/MagentoHackathon/Composer/Magento/Command/DeployCommand.php
  2. --------------------------------------------------------------------------------
  3. FOUND 12 ERROR(S) AND 3 WARNING(S) AFFECTING 9 LINE(S)
  4. --------------------------------------------------------------------------------
  5. 5 | WARNING | PHP version not specified
  6. 5 | ERROR | Missing @category tag in class comment
  7. 5 | ERROR | Missing @package tag in class comment
  8. 5 | ERROR | Missing @author tag in class comment
  9. 5 | ERROR | Missing @license tag in class comment
  10. 18 | ERROR | There must be exactly one blank line before the tags in class
  11. | | comments
  12. 18 | ERROR | @author must be "FireGento Team <team@firegento.com>"
  13. 19 | ERROR | @author must be "FireGento Team <team@firegento.com>"
  14. 20 | ERROR | Missing @category tag in class comment
  15. 20 | ERROR | Missing @package tag in class comment
  16. 23 | ERROR | Missing function doc comment
  17. 30 | WARNING | Line exceeds 120 characters; contains 136 characters
  18. 40 | ERROR | You must use "/**" style comments for a function comment
  19. 58 | WARNING | Line exceeds 120 characters; contains 123 characters
  20. 73 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  21. --------------------------------------------------------------------------------
  22. FILE: ...nstaller/src/MagentoHackathon/Composer/Magento/Deploy/Manager/Entry.php
  23. --------------------------------------------------------------------------------
  24. FOUND 11 ERROR(S) AFFECTING 8 LINE(S)
  25. --------------------------------------------------------------------------------
  26. 2 | ERROR | File doc comment is empty
  27. 12 | ERROR | Missing class doc comment
  28. 12 | ERROR | Opening brace of a class must be on the line after the definition
  29. 14 | ERROR | Protected member variable "packageName" must contain a leading
  30. | | underscore
  31. 19 | ERROR | Protected member variable "deployStrategy" must contain a leading
  32. | | underscore
  33. 22 | ERROR | Missing comment for param "$packageName" at position 1
  34. 22 | ERROR | There must be exactly one blank line before the tags in function
  35. | | comment
  36. 30 | ERROR | There must be exactly one blank line before the tags in function
  37. | | comment
  38. 38 | ERROR | Missing comment for param "$deployStrategy" at position 1
  39. 38 | ERROR | There must be exactly one blank line before the tags in function
  40. | | comment
  41. 46 | ERROR | There must be exactly one blank line before the tags in function
  42. | | comment
  43. --------------------------------------------------------------------------------
  44. FILE: ...poser-installer/src/MagentoHackathon/Composer/Magento/DeployManager.php
  45. --------------------------------------------------------------------------------
  46. FOUND 22 ERROR(S) AFFECTING 17 LINE(S)
  47. --------------------------------------------------------------------------------
  48. 2 | ERROR | File doc comment is empty
  49. 16 | ERROR | Missing class doc comment
  50. 16 | ERROR | Opening brace of a class must be on the line after the definition
  51. 21 | ERROR | Protected member variable "packages" must contain a leading
  52. | | underscore
  53. 26 | ERROR | Protected member variable "io" must contain a leading underscore
  54. 33 | ERROR | Protected member variable "sortPriority" must contain a leading
  55. | | underscore
  56. 36 | ERROR | Missing function doc comment
  57. 42 | ERROR | Missing function doc comment
  58. 47 | ERROR | Missing function doc comment
  59. 61 | ERROR | Expected 1 space after FUNCTION keyword; 0 found
  60. 61 | ERROR | Expected 1 space before opening brace; found 0
  61. 63 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  62. 65 | ERROR | Expected "} elseif (...) {\n"; found "}elseif(...){\n"
  63. 70 | ERROR | Whitespace found at end of line
  64. 71 | ERROR | Whitespace found at end of line
  65. 72 | ERROR | Expected 1 space after FUNCTION keyword; 0 found
  66. 72 | ERROR | Expected 1 space after closing parenthesis; found 0
  67. 72 | ERROR | Expected 1 space after USE keyword; found 0
  68. 72 | ERROR | Expected 1 space before USE keyword; found 0
  69. 86 | ERROR | Missing function doc comment
  70. 90 | ERROR | Expected "foreach (...) {\n"; found "foreach(...){\n"
  71. 91 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  72. --------------------------------------------------------------------------------
  73. FILE: ...installer/src/MagentoHackathon/Composer/Magento/Deploystrategy/Copy.php
  74. --------------------------------------------------------------------------------
  75. FOUND 11 ERROR(S) AND 1 WARNING(S) AFFECTING 4 LINE(S)
  76. --------------------------------------------------------------------------------
  77. 4 | WARNING | PHP version not specified
  78. 4 | ERROR | Missing @category tag in class comment
  79. 4 | ERROR | Missing @package tag in class comment
  80. 4 | ERROR | Missing @author tag in class comment
  81. 4 | ERROR | Missing @license tag in class comment
  82. 10 | ERROR | Missing @category tag in class comment
  83. 10 | ERROR | Missing @package tag in class comment
  84. 10 | ERROR | Missing @author tag in class comment
  85. 16 | ERROR | Expected 2 space(s) before variable type
  86. 16 | ERROR | Missing comment for param "$source" at position 1
  87. 17 | ERROR | Expected 2 space(s) before variable type
  88. 17 | ERROR | Missing comment for param "$dest" at position 2
  89. --------------------------------------------------------------------------------
  90. FILE: ...ntoHackathon/Composer/Magento/Deploystrategy/DeploystrategyAbstract.php
  91. --------------------------------------------------------------------------------
  92. FOUND 51 ERROR(S) AND 2 WARNING(S) AFFECTING 35 LINE(S)
  93. --------------------------------------------------------------------------------
  94. 4 | WARNING | PHP version not specified
  95. 4 | ERROR | Missing @category tag in class comment
  96. 4 | ERROR | Missing @package tag in class comment
  97. 4 | ERROR | Missing @author tag in class comment
  98. 4 | ERROR | Missing @license tag in class comment
  99. 10 | ERROR | Missing @category tag in class comment
  100. 10 | ERROR | Missing @package tag in class comment
  101. 10 | ERROR | Missing @author tag in class comment
  102. 18 | ERROR | Protected member variable "mappings" must contain a leading
  103. | | underscore
  104. 25 | ERROR | Protected member variable "currentMapping" must contain a
  105. | | leading underscore
  106. 32 | ERROR | Protected member variable "ignoredMappings" must contain a
  107. | | leading underscore
  108. 40 | ERROR | Protected member variable "destDir" must contain a leading
  109. | | underscore
  110. 47 | ERROR | Protected member variable "sourceDir" must contain a leading
  111. | | underscore
  112. 54 | ERROR | Protected member variable "isForced" must contain a leading
  113. | | underscore
  114. 59 | ERROR | Missing comment for param "$sourceDir" at position 1
  115. 60 | ERROR | Missing comment for param "$destDir" at position 2
  116. 131 | ERROR | Missing comment for param "$forced" at position 1
  117. 151 | ERROR | Missing comment for param "$mappings" at position 1
  118. 171 | ERROR | Missing comment for param "$mapping" at position 1
  119. 182 | ERROR | Doc comment for var [ UNKNOWN ] does not match actual variable
  120. | | name $ignoredMappings at position 1
  121. 182 | ERROR | Missing parameter name at position 1
  122. 182 | ERROR | Missing comment for param "[ UNKNOWN ]" at position 1
  123. 201 | ERROR | Expected 2 space(s) before variable type
  124. 201 | ERROR | Missing comment for param "$destination" at position 1
  125. 201 | ERROR | There must be exactly one blank line before the tags in
  126. | | function comment
  127. 208 | ERROR | No space found after comma in function call
  128. 209 | ERROR | No space found after comma in function call
  129. 210 | ERROR | Expected "foreach (...) {\n"; found "foreach(...){\n"
  130. 211 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  131. 211 | ERROR | No space found after comma in function call
  132. 218 | ERROR | Doc comment for "$key" missing
  133. 218 | ERROR | Doc comment for "$value" missing
  134. 226 | ERROR | Missing function doc comment
  135. 228 | ERROR | Line indented incorrectly; expected at least 8 spaces, found 7
  136. 236 | ERROR | Expected 2 space(s) before variable type
  137. 236 | ERROR | Missing comment for param "$source" at position 1
  138. 237 | ERROR | Expected 2 space(s) before variable type
  139. 237 | ERROR | Missing comment for param "$dest" at position 2
  140. 243 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  141. 300 | ERROR | Missing comment for param "$source" at position 1
  142. 301 | ERROR | Missing comment for param "$dest" at position 2
  143. 327 | WARNING | Line exceeds 120 characters; contains 145 characters
  144. 337 | ERROR | Missing comment for param "$dir" at position 1
  145. 338 | ERROR | Missing comment for param "$stopDir" at position 2
  146. 376 | ERROR | Doc comment for var [ UNKNOWN ] does not match actual variable
  147. | | name $dir at position 1
  148. 376 | ERROR | Missing parameter name at position 1
  149. 376 | ERROR | Missing comment for param "[ UNKNOWN ]" at position 1
  150. 381 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  151. 383 | ERROR | Expected "} else {\n"; found "}else{\n"
  152. 396 | ERROR | Expected 2 space(s) before variable type
  153. 396 | ERROR | Missing comment for param "$source" at position 1
  154. 397 | ERROR | Expected 2 space(s) before variable type
  155. 397 | ERROR | Missing comment for param "$dest" at position 2
  156. --------------------------------------------------------------------------------
  157. FILE: ...installer/src/MagentoHackathon/Composer/Magento/Deploystrategy/Link.php
  158. --------------------------------------------------------------------------------
  159. FOUND 11 ERROR(S) AND 1 WARNING(S) AFFECTING 4 LINE(S)
  160. --------------------------------------------------------------------------------
  161. 4 | WARNING | PHP version not specified
  162. 4 | ERROR | Missing @category tag in class comment
  163. 4 | ERROR | Missing @package tag in class comment
  164. 4 | ERROR | Missing @author tag in class comment
  165. 4 | ERROR | Missing @license tag in class comment
  166. 10 | ERROR | Missing @category tag in class comment
  167. 10 | ERROR | Missing @package tag in class comment
  168. 10 | ERROR | Missing @author tag in class comment
  169. 16 | ERROR | Expected 2 space(s) before variable type
  170. 16 | ERROR | Missing comment for param "$source" at position 1
  171. 17 | ERROR | Expected 2 space(s) before variable type
  172. 17 | ERROR | Missing comment for param "$dest" at position 2
  173. --------------------------------------------------------------------------------
  174. FILE: ...installer/src/MagentoHackathon/Composer/Magento/Deploystrategy/None.php
  175. --------------------------------------------------------------------------------
  176. FOUND 15 ERROR(S) AND 1 WARNING(S) AFFECTING 6 LINE(S)
  177. --------------------------------------------------------------------------------
  178. 4 | WARNING | PHP version not specified
  179. 4 | ERROR | Missing @category tag in class comment
  180. 4 | ERROR | Missing @package tag in class comment
  181. 4 | ERROR | Missing @author tag in class comment
  182. 4 | ERROR | Missing @license tag in class comment
  183. 10 | ERROR | Missing @category tag in class comment
  184. 10 | ERROR | Missing @package tag in class comment
  185. 10 | ERROR | Missing @author tag in class comment
  186. 16 | ERROR | Expected 2 space(s) before variable type
  187. 16 | ERROR | Missing comment for param "$source" at position 1
  188. 17 | ERROR | Expected 2 space(s) before variable type
  189. 17 | ERROR | Missing comment for param "$dest" at position 2
  190. 28 | ERROR | Expected 2 space(s) before variable type
  191. 28 | ERROR | Missing comment for param "$source" at position 1
  192. 29 | ERROR | Expected 2 space(s) before variable type
  193. 29 | ERROR | Missing comment for param "$dest" at position 2
  194. --------------------------------------------------------------------------------
  195. FILE: ...taller/src/MagentoHackathon/Composer/Magento/Deploystrategy/Symlink.php
  196. --------------------------------------------------------------------------------
  197. FOUND 15 ERROR(S) AND 2 WARNING(S) AFFECTING 8 LINE(S)
  198. --------------------------------------------------------------------------------
  199. 4 | WARNING | PHP version not specified
  200. 4 | ERROR | Missing @category tag in class comment
  201. 4 | ERROR | Missing @package tag in class comment
  202. 4 | ERROR | Missing @author tag in class comment
  203. 4 | ERROR | Missing @license tag in class comment
  204. 10 | ERROR | Missing @category tag in class comment
  205. 10 | ERROR | Missing @package tag in class comment
  206. 10 | ERROR | Missing @author tag in class comment
  207. 16 | ERROR | Expected 2 space(s) before variable type
  208. 16 | ERROR | Missing comment for param "$source" at position 1
  209. 17 | ERROR | Expected 2 space(s) before variable type
  210. 17 | ERROR | Missing comment for param "$dest" at position 2
  211. 93 | WARNING | Line exceeds 120 characters; contains 132 characters
  212. 103 | ERROR | Expected "if (...) {\n"; found "if(...) {\n"
  213. 108 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  214. 115 | ERROR | Doc comment for "$from" missing
  215. 115 | ERROR | Doc comment for "$to" missing
  216. --------------------------------------------------------------------------------
  217. FILE: ...-composer-installer/src/MagentoHackathon/Composer/Magento/Installer.php
  218. --------------------------------------------------------------------------------
  219. FOUND 110 ERROR(S) AND 12 WARNING(S) AFFECTING 88 LINE(S)
  220. --------------------------------------------------------------------------------
  221. 4 | WARNING | PHP version not specified
  222. 4 | ERROR | Missing @category tag in class comment
  223. 4 | ERROR | Missing @package tag in class comment
  224. 4 | ERROR | Missing @author tag in class comment
  225. 4 | ERROR | Missing @license tag in class comment
  226. 21 | ERROR | Missing @category tag in class comment
  227. 21 | ERROR | Missing @package tag in class comment
  228. 21 | ERROR | Missing @author tag in class comment
  229. 29 | ERROR | Protected member variable "magentoRootDir" must contain a
  230. | | leading underscore
  231. 36 | ERROR | Protected member variable "defaultMagentoRootDir" must contain
  232. | | a leading underscore
  233. 43 | ERROR | Protected member variable "modmanRootDir" must contain a
  234. | | leading underscore
  235. 50 | ERROR | Protected member variable "isForced" must contain a leading
  236. | | underscore
  237. 57 | ERROR | Variable "_source_dir" is not in valid camel caps format
  238. 71 | ERROR | Protected member variable "noMaintenanceMode" must contain a
  239. | | leading underscore
  240. 72 | ERROR | Protected member variable "originalMagentoRootDir" must
  241. | | contain a leading underscore
  242. 73 | ERROR | Protected member variable "backupMagentoRootDir" must contain
  243. | | a leading underscore
  244. 74 | ERROR | Protected member variable "removeMagentoDev" must contain a
  245. | | leading underscore
  246. 75 | ERROR | Protected member variable "keepMagentoCache" must contain a
  247. | | leading underscore
  248. 90 | ERROR | Protected member variable "deployManager" must contain a
  249. | | leading underscore
  250. 95 | ERROR | Protected member variable "config" must contain a leading
  251. | | underscore
  252. 102 | ERROR | Protected member variable "appendGitIgnore" must contain a
  253. | | leading underscore
  254. 113 | ERROR | Missing comment for param "$io" at position 1
  255. 114 | ERROR | The variable names for parameters $io (1) and $composer (2) do
  256. | | not align
  257. 114 | ERROR | Missing comment for param "$composer" at position 2
  258. 115 | ERROR | The variable names for parameters $composer (2) and $type (3)
  259. | | do not align
  260. 115 | ERROR | Missing comment for param "$type" at position 3
  261. 127 | WARNING | Line exceeds 120 characters; contains 237 characters
  262. 168 | WARNING | Line exceeds 120 characters; contains 129 characters
  263. 169 | WARNING | Line exceeds 120 characters; contains 141 characters
  264. 193 | ERROR | Missing comment for param "$deployManager" at position 1
  265. 193 | ERROR | There must be exactly one blank line before the tags in
  266. | | function comment
  267. 201 | ERROR | Missing function doc comment
  268. 207 | ERROR | There must be exactly one blank line before the tags in
  269. | | function comment
  270. 217 | ERROR | Opening brace should be on a new line
  271. 236 | ERROR | Extra newline(s) found before function comment short
  272. | | description
  273. 237 | ERROR | Expected 2 space(s) before variable type
  274. 237 | ERROR | Missing comment for param "$extra" at position 1
  275. 237 | ERROR | There must be exactly one blank line before the tags in
  276. | | function comment
  277. 238 | ERROR | Expected 2 space(s) before variable type
  278. 238 | ERROR | The variable names for parameters $extra (1) and $io (2) do
  279. | | not align
  280. 238 | ERROR | Missing comment for param "$io" at position 2
  281. 241 | ERROR | Opening brace should be on a new line
  282. 277 | ERROR | Missing function doc comment
  283. 277 | ERROR | Opening brace should be on a new line
  284. 294 | ERROR | Missing comment for param "$strategy" at position 1
  285. 294 | ERROR | There must be exactly one blank line before the tags in
  286. | | function comment
  287. 304 | ERROR | Expected 2 space(s) before variable type
  288. 304 | ERROR | Missing comment for param "$package" at position 1
  289. 305 | ERROR | Expected 2 space(s) before variable type
  290. 305 | ERROR | The variable names for parameters $package (1) and $strategy
  291. | | (2) do not align
  292. 305 | ERROR | Missing comment for param "$strategy" at position 2
  293. 314 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  294. 315 | WARNING | Line exceeds 120 characters; contains 126 characters
  295. 316 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  296. 321 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  297. 323 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  298. 326 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  299. 328 | ERROR | Whitespace found at end of line
  300. 333 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  301. 361 | ERROR | Missing comment for param "$packageType" at position 1
  302. 372 | ERROR | Expected 2 space(s) before variable type
  303. 372 | ERROR | Missing comment for param "$package" at position 1
  304. 437 | ERROR | Missing comment for param "$package" at position 1
  305. 438 | ERROR | The variable names for parameters $package (1) and $ignoreFile
  306. | | (2) do not align
  307. 438 | ERROR | Missing comment for param "$ignoreFile" at position 2
  308. 443 | ERROR | Expected "if (...) {\n"; found "if(...) {\n"
  309. 448 | ERROR | Expected "foreach (...) {\n"; found "foreach(...) {\n"
  310. 451 | ERROR | No space found after comma in function call
  311. 452 | ERROR | No space found after comma in function call
  312. 453 | ERROR | No space found after comma in function call
  313. 454 | ERROR | Expected "if (...) {\n"; found "if(...) {\n"
  314. 456 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  315. 464 | ERROR | Expected "if (...) {\n"; found "if(...) {\n"
  316. 476 | ERROR | Expected 6 space(s) before asterisk; 5 found
  317. 477 | ERROR | Expected 6 space(s) before asterisk; 5 found
  318. 478 | ERROR | Expected 6 space(s) before asterisk; 5 found
  319. 478 | ERROR | Superfluous doc comment at position 1
  320. 479 | ERROR | Expected 6 space(s) before asterisk; 5 found
  321. 479 | ERROR | The variable names for parameters $repo (1) and $package (2)
  322. | | do not align
  323. 479 | ERROR | The comments for parameters $repo (1) and $package (2) do not
  324. | | align
  325. 479 | ERROR | Superfluous doc comment at position 2
  326. 480 | ERROR | Expected 6 space(s) before asterisk; 5 found
  327. 481 | ERROR | Opening brace should be on a new line
  328. 482 | WARNING | Line exceeds 120 characters; contains 220 characters
  329. 490 | ERROR | Missing function doc comment
  330. 490 | ERROR | Opening brace should be on a new line
  331. 495 | ERROR | Missing function doc comment
  332. 495 | ERROR | Opening brace should be on a new line
  333. 503 | ERROR | Opening brace should be on a new line
  334. 516 | ERROR | The variable names for parameters $path (1) and $dirmode (2)
  335. | | do not align
  336. 516 | ERROR | The comments for parameters $path (1) and $dirmode (2) do not
  337. | | align
  338. 517 | ERROR | The comments for parameters $dirmode (2) and $filemode (3) do
  339. | | not align
  340. 519 | ERROR | Opening brace should be on a new line
  341. 543 | ERROR | You must use "/**" style comments for a function comment
  342. 543 | ERROR | Opening brace should be on a new line
  343. 561 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
  344. | | 12
  345. 573 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
  346. | | 12
  347. 613 | ERROR | Expected "if (...) {\n"; found "if(...) {\n"
  348. 623 | ERROR | Missing function doc comment
  349. 623 | ERROR | Opening brace should be on a new line
  350. 624 | WARNING | Line exceeds 120 characters; contains 157 characters
  351. 635 | ERROR | Missing function doc comment
  352. 635 | ERROR | Opening brace should be on a new line
  353. 649 | ERROR | Missing function doc comment
  354. 649 | ERROR | Opening brace should be on a new line
  355. 653 | WARNING | Line exceeds 120 characters; contains 139 characters
  356. 656 | WARNING | Line exceeds 120 characters; contains 124 characters
  357. 667 | ERROR | Missing function doc comment
  358. 667 | ERROR | Opening brace should be on a new line
  359. 680 | ERROR | Missing function doc comment
  360. 680 | ERROR | Opening brace should be on a new line
  361. 707 | ERROR | Expected 2 space(s) before variable type
  362. 707 | ERROR | Missing comment for param "$package" at position 1
  363. 715 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  364. 717 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  365. 729 | WARNING | Line exceeds 120 characters; contains 130 characters
  366. 740 | ERROR | Doc comment for "$package" missing
  367. 764 | ERROR | You must use "/**" style comments for a function comment
  368. 767 | ERROR | Expected "foreach (...) {\n"; found "foreach(...){\n"
  369. 778 | ERROR | Missing comment for param "$io" at position 1
  370. 788 | WARNING | Line exceeds 120 characters; contains 157 characters
  371. 789 | WARNING | Line exceeds 120 characters; contains 149 characters
  372. --------------------------------------------------------------------------------
  373. FILE: ...-composer-installer/src/MagentoHackathon/Composer/Magento/MapParser.php
  374. --------------------------------------------------------------------------------
  375. FOUND 10 ERROR(S) AND 1 WARNING(S) AFFECTING 5 LINE(S)
  376. --------------------------------------------------------------------------------
  377. 4 | WARNING | PHP version not specified
  378. 4 | ERROR | Missing @category tag in class comment
  379. 4 | ERROR | Missing @package tag in class comment
  380. 4 | ERROR | Missing @author tag in class comment
  381. 4 | ERROR | Missing @license tag in class comment
  382. 8 | ERROR | Missing class doc comment
  383. 8 | ERROR | Opening brace of a class must be on the line after the
  384. | | definition
  385. 12 | ERROR | Missing function doc comment
  386. 12 | ERROR | Visibility must be declared on method "__construct"
  387. 19 | ERROR | Missing function doc comment
  388. 24 | ERROR | Missing function doc comment
  389. --------------------------------------------------------------------------------
  390. FILE: ...mposer-installer/src/MagentoHackathon/Composer/Magento/ModmanParser.php
  391. --------------------------------------------------------------------------------
  392. FOUND 19 ERROR(S) AND 2 WARNING(S) AFFECTING 11 LINE(S)
  393. --------------------------------------------------------------------------------
  394. 4 | WARNING | PHP version not specified
  395. 4 | ERROR | Missing @category tag in class comment
  396. 4 | ERROR | Missing @package tag in class comment
  397. 4 | ERROR | Missing @author tag in class comment
  398. 4 | ERROR | Missing @license tag in class comment
  399. 10 | ERROR | Missing @category tag in class comment
  400. 10 | ERROR | Missing @package tag in class comment
  401. 10 | ERROR | Missing @author tag in class comment
  402. 26 | ERROR | Missing comment for param "$moduleDir" at position 1
  403. 26 | ERROR | Doc comment for "$translations" missing
  404. 39 | ERROR | Expected 2 space(s) before variable type
  405. 39 | ERROR | Missing comment for param "$moduleDir" at position 1
  406. 54 | ERROR | There must be exactly one blank line before the tags in
  407. | | function comment
  408. 62 | ERROR | Expected 2 space(s) before variable type
  409. 62 | ERROR | Missing comment for param "$file" at position 1
  410. 62 | ERROR | There must be exactly one blank line before the tags in
  411. | | function comment
  412. 75 | ERROR | There must be exactly one blank line before the tags in
  413. | | function comment
  414. 83 | ERROR | There must be exactly one blank line before the tags in
  415. | | function comment
  416. 95 | ERROR | There must be exactly one blank line before the tags in
  417. | | function comment
  418. 112 | ERROR | There must be exactly one blank line before the tags in
  419. | | function comment
  420. 128 | WARNING | Line exceeds 120 characters; contains 122 characters
  421. --------------------------------------------------------------------------------
  422. FILE: ...er-installer/src/MagentoHackathon/Composer/Magento/PackageXmlParser.php
  423. --------------------------------------------------------------------------------
  424. FOUND 30 ERROR(S) AND 1 WARNING(S) AFFECTING 16 LINE(S)
  425. --------------------------------------------------------------------------------
  426. 4 | WARNING | PHP version not specified
  427. 4 | ERROR | Missing @category tag in class comment
  428. 4 | ERROR | Missing @package tag in class comment
  429. 4 | ERROR | Missing @author tag in class comment
  430. 4 | ERROR | Missing @license tag in class comment
  431. 10 | ERROR | Missing @category tag in class comment
  432. 10 | ERROR | Missing @package tag in class comment
  433. 10 | ERROR | Missing @author tag in class comment
  434. 31 | ERROR | Missing comment for param "$moduleDir" at position 1
  435. 32 | ERROR | Missing comment for param "$packageXmlFile" at position 2
  436. 33 | ERROR | Missing comment for param "$translations" at position 3
  437. 46 | ERROR | Expected 2 space(s) before variable type
  438. 46 | ERROR | Missing comment for param "$moduleDir" at position 1
  439. 61 | ERROR | There must be exactly one blank line before the tags in
  440. | | function comment
  441. 69 | ERROR | Expected 2 space(s) before variable type
  442. 69 | ERROR | Missing comment for param "$file" at position 1
  443. 69 | ERROR | There must be exactly one blank line before the tags in
  444. | | function comment
  445. 82 | ERROR | There must be exactly one blank line before the tags in
  446. | | function comment
  447. 90 | ERROR | There must be exactly one blank line before the tags in
  448. | | function comment
  449. 107 | ERROR | There must be exactly one blank line before the tags in
  450. | | function comment
  451. 140 | ERROR | Expected 2 space(s) before variable type
  452. 140 | ERROR | Missing comment for param "$target" at position 1
  453. 140 | ERROR | There must be exactly one blank line before the tags in
  454. | | function comment
  455. 155 | ERROR | There must be exactly one blank line before the tags in
  456. | | function comment
  457. 171 | ERROR | Expected 2 space(s) before variable type
  458. 171 | ERROR | Missing comment for param "$element" at position 1
  459. 171 | ERROR | There must be exactly one blank line before the tags in
  460. | | function comment
  461. 175 | ERROR | Opening brace should be on a new line
  462. 205 | ERROR | Expected 2 space(s) before variable type
  463. 205 | ERROR | Missing comment for param "$element" at position 1
  464. 205 | ERROR | There must be exactly one blank line before the tags in
  465. | | function comment
  466. --------------------------------------------------------------------------------
  467. FILE: ...nto-composer-installer/src/MagentoHackathon/Composer/Magento/Parser.php
  468. --------------------------------------------------------------------------------
  469. FOUND 2 ERROR(S) AFFECTING 2 LINE(S)
  470. --------------------------------------------------------------------------------
  471. 2 | ERROR | Missing file doc comment
  472. 5 | ERROR | Missing interface doc comment
  473. --------------------------------------------------------------------------------
  474. FILE: ...staller/src/MagentoHackathon/Composer/Magento/PathTranslationParser.php
  475. --------------------------------------------------------------------------------
  476. FOUND 17 ERROR(S) AFFECTING 11 LINE(S)
  477. --------------------------------------------------------------------------------
  478. 2 | ERROR | Missing file doc comment
  479. 8 | ERROR | Missing @category tag in class comment
  480. 8 | ERROR | Missing @package tag in class comment
  481. 8 | ERROR | Missing @author tag in class comment
  482. 15 | ERROR | Protected member variable "pathPrefixVariants" must contain a
  483. | | leading underscore
  484. 21 | ERROR | Protected member variable "pathPrefixTranslations" must contain a
  485. | | leading underscore
  486. 38 | ERROR | Expected 2 space(s) before variable type
  487. 38 | ERROR | Doc comment for var [ UNKNOWN ] does not match actual variable
  488. | | name $translations at position 1
  489. 38 | ERROR | Missing parameter name at position 1
  490. 38 | ERROR | Missing comment for param "[ UNKNOWN ]" at position 1
  491. 44 | ERROR | Expected "foreach (...) {\n"; found "foreach(...) {\n"
  492. 45 | ERROR | Expected "foreach (...) {\n"; found "foreach(...) {\n"
  493. 62 | ERROR | Expected 2 space(s) before variable type
  494. 62 | ERROR | Doc comment for var Array does not match actual variable name
  495. | | $mappings at position 1
  496. 69 | ERROR | Expected "foreach (...) {\n"; found "foreach(...) {\n"
  497. 70 | ERROR | Expected "foreach (...) {\n"; found "foreach(...) {\n"
  498. 71 | ERROR | Expected "if (...) {\n"; found "if(...) {\n"
  499. --------------------------------------------------------------------------------
  500. FILE: ...nto-composer-installer/src/MagentoHackathon/Composer/Magento/Plugin.php
  501. --------------------------------------------------------------------------------
  502. FOUND 32 ERROR(S) AND 3 WARNING(S) AFFECTING 34 LINE(S)
  503. --------------------------------------------------------------------------------
  504. 2 | ERROR | File doc comment is empty
  505. 26 | ERROR | Missing class doc comment
  506. 26 | ERROR | Opening brace of a class must be on the line after the
  507. | | definition
  508. 31 | ERROR | Protected member variable "io" must contain a leading
  509. | | underscore
  510. 37 | ERROR | Protected member variable "config" must contain a leading
  511. | | underscore
  512. 43 | ERROR | Protected member variable "deployManager" must contain a
  513. | | leading underscore
  514. 49 | ERROR | Protected member variable "composer" must contain a leading
  515. | | underscore
  516. 55 | ERROR | Protected member variable "filesystem" must contain a leading
  517. | | underscore
  518. 58 | ERROR | Missing function doc comment
  519. 63 | WARNING | Line exceeds 120 characters; contains 123 characters
  520. 69 | ERROR | Missing function doc comment
  521. 79 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  522. 85 | ERROR | Missing function doc comment
  523. 104 | ERROR | Missing comment for param "$event" at position 1
  524. 114 | ERROR | Missing comment for param "$event" at position 1
  525. 118 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  526. 127 | ERROR | Missing function doc comment
  527. 133 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  528. 134 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  529. 147 | ERROR | Expected "foreach (...) {\n"; found "foreach(...){\n"
  530. 150 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  531. 153 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  532. 156 | ERROR | Expected "foreach (...) {\n"; found "foreach(...){\n"
  533. 159 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  534. 169 | ERROR | No space found after comma in function call
  535. 172 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  536. 173 | WARNING | Line exceeds 120 characters; contains 122 characters
  537. 175 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  538. 176 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  539. 179 | ERROR | No space found after comma in function call
  540. 181 | ERROR | Expected "} else {\n"; found "}else{\n"
  541. 182 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  542. 183 | WARNING | Line exceeds 120 characters; contains 132 characters
  543. 202 | ERROR | Missing comment for param "$source" at position 1
  544. 203 | ERROR | Missing comment for param "$target" at position 2
  545. --------------------------------------------------------------------------------
  546. FILE: ...poser-installer/src/MagentoHackathon/Composer/Magento/ProjectConfig.php
  547. --------------------------------------------------------------------------------
  548. FOUND 14 ERROR(S) AFFECTING 12 LINE(S)
  549. --------------------------------------------------------------------------------
  550. 2 | ERROR | File doc comment is empty
  551. 12 | ERROR | Missing class doc comment
  552. 12 | ERROR | Opening brace of a class must be on the line after the definition
  553. 14 | ERROR | Protected member variable "libraryPath" must contain a leading
  554. | | underscore
  555. 15 | ERROR | Protected member variable "libraryPackages" must contain a
  556. | | leading underscore
  557. 17 | ERROR | Missing function doc comment
  558. 20 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  559. 25 | ERROR | Missing function doc comment
  560. 25 | ERROR | Opening brace should be on a new line
  561. 27 | ERROR | Expected "if (...) {\n"; found "if(...){\n"
  562. 33 | ERROR | Missing function doc comment
  563. 38 | ERROR | Missing function doc comment
  564. 45 | ERROR | Missing function doc comment
  565. 50 | ERROR | Missing function doc comment
  566. --------------------------------------------------------------------------------
  567. FILE: ...poser-installer/src/MagentoHackathon/Composer/Magerun/DeployCommand.php
  568. --------------------------------------------------------------------------------
  569. FOUND 12 ERROR(S) AFFECTING 8 LINE(S)
  570. --------------------------------------------------------------------------------
  571. 2 | ERROR | Missing file doc comment
  572. 9 | ERROR | Missing class doc comment
  573. 11 | ERROR | Missing function doc comment
  574. 13 | ERROR | Line indented incorrectly; expected at least 8 spaces, found 6
  575. 16 | ERROR | Line indented incorrectly; expected at least 8 spaces, found 6
  576. 19 | ERROR | Line indented incorrectly; expected at least 4 spaces, found 3
  577. 20 | ERROR | Expected 2 space(s) before variable type
  578. 20 | ERROR | Missing comment for param "$input" at position 1
  579. 20 | ERROR | There must be exactly one blank line before the tags in function
  580. | | comment
  581. 21 | ERROR | Expected 2 space(s) before variable type
  582. 21 | ERROR | The variable names for parameters $input (1) and $output (2) do
  583. | | not align
  584. 21 | ERROR | Missing comment for param "$output" at position 2
  585. --------------------------------------------------------------------------------