Completed
Push — master ( ebff66...d47983 )
by Markus
06:38 queued 02:43
created
vendor/anax/mvc/src/TConfigure.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     /**
21 21
      * Read configuration from file or array'.
22 22
      *
23
-     * @param array/string $what is an array with key/value config options or a file
23
+     * @param string $what is an array with key/value config options or a file
24 24
      *      to be included which returns such an array.
25 25
      * @return $this for chaining.
26 26
      */
Please login to merge, or discard this patch.
vendor/anax/mvc/src/View/CViewContainerBasic.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
      *
134 134
      * @param string $region which region to check
135 135
      *
136
-     * @return $this
136
+     * @return boolean
137 137
      */
138 138
     public function hasContent($region)
139 139
     {
Please login to merge, or discard this patch.
vendor/composer/ClassLoader.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -341,6 +341,10 @@
 block discarded – undo
341 341
         return $file;
342 342
     }
343 343
 
344
+    /**
345
+     * @param string $class
346
+     * @param string $ext
347
+     */
344 348
     private function findFileWithExtension($class, $ext)
345 349
     {
346 350
         // PSR-4 lookup
Please login to merge, or discard this patch.