Completed
Push — master ( ae2a76...966ecc )
by James
05:36
created
src/WebHelper.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -237,7 +237,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.