Failed Conditions
Push — master ( c04808...f5c6c8 )
by Arnold
04:54
created
src/Controller/RouteAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
     /**
123 123
      * Get the arguments for a function from a route using reflection
124 124
      * 
125
-     * @param object $route
125
+     * @param \stdClass $route
126 126
      * @param \ReflectionFunctionAbstract $refl
127 127
      * @return array
128 128
      */
Please login to merge, or discard this patch.
src/Controller/Output.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -290,7 +290,8 @@
 block discarded – undo
290 290
      */
291 291
     protected function getContentType($format)
292 292
     {
293
-        if (\Jasny\str_contains($format, '/')) { // Already MIME
293
+        if (\Jasny\str_contains($format, '/')) {
294
+// Already MIME
294 295
             return $format;
295 296
         }
296 297
         
Please login to merge, or discard this patch.