@@ -237,7 +237,7 @@ |
||
| 237 | 237 | * |
| 238 | 238 | * @param string $directive the directive to be tested |
| 239 | 239 | * |
| 240 | - * @return bool TRUE if the $directive is known word |
|
| 240 | + * @return integer TRUE if the $directive is known word |
|
| 241 | 241 | */ |
| 242 | 242 | private function validateDirective($directive) |
| 243 | 243 | { |
@@ -268,7 +268,7 @@ |
||
| 268 | 268 | return ''; |
| 269 | 269 | } |
| 270 | 270 | |
| 271 | - $sortByVersion = function (\SplFileInfo $aFile, \SplFileInfo $bFile) { |
|
| 271 | + $sortByVersion = function(\SplFileInfo $aFile, \SplFileInfo $bFile) { |
|
| 272 | 272 | $aVersion = basename($aFile->getRelativePath()); |
| 273 | 273 | $bVersion = basename($bFile->getRelativePath()); |
| 274 | 274 | |