Passed
Push — master ( 01dce1...1829db )
by Marc
02:13
created
lib/PhpFlo/Fbp/FbpDumper.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -177,6 +177,9 @@
 block discarded – undo
177 177
         );
178 178
     }
179 179
 
180
+    /**
181
+     * @param string $type
182
+     */
180 183
     private static function throwDumperException($type, $value)
181 184
     {
182 185
         switch ($type) {
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,9 +66,9 @@
 block discarded – undo
66 66
         try {
67 67
 
68 68
             if (self::hasElement(self::PROPERTIES_LABEL, $definition)) {
69
-                foreach($definition[self::PROPERTIES_LABEL] as $name => $element) {
69
+                foreach ($definition[self::PROPERTIES_LABEL] as $name => $element) {
70 70
                     if (!empty($element)) {
71
-                        $fbp[] = '# ' . (string)$element;
71
+                        $fbp[] = '# ' . (string) $element;
72 72
                     }
73 73
                 }
74 74
             }
Please login to merge, or discard this patch.