Completed
Pull Request — 10.0 (#53)
by
unknown
15:56
created
src/Mouf/Mvc/Splash/Routers/PhpVarsCheckRouter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     /**
69 69
      * Returns the number of bytes from php.ini parameter.
70 70
      *
71
-     * @param $val
71
+     * @param string $val
72 72
      *
73 73
      * @return int|string
74 74
      */
Please login to merge, or discard this patch.
src/Mouf/Mvc/Splash/Services/SplashCreateControllerService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -441,6 +441,9 @@
 block discarded – undo
441 441
         return '<p>Hello {{message}}</p>';
442 442
     }
443 443
 
444
+    /**
445
+     * @param string $controllerFQCN
446
+     */
444 447
     private function generatePhpView($controllerFQCN)
445 448
     {
446 449
         return '<?php /* @var $this '.$controllerFQCN.' */ ?>
Please login to merge, or discard this patch.
src/Mouf/Mvc/Splash/Utils/ExceptionUtils.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -180,6 +180,9 @@
 block discarded – undo
180 180
         return 'Unknown type variable';
181 181
     }
182 182
 
183
+    /**
184
+     * @return string
185
+     */
183 186
     private static function displayFile($file)
184 187
     {
185 188
         $realpath = realpath($file);
Please login to merge, or discard this patch.