Passed
Push — master ( c3aceb...feb43e )
by Lluís
03:55
created
src/create_documentation/PDFFile.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
                 $separator = $type !== '' ? ': ' : '';
166 166
                 $this->html .= '<h3><a name="property:' . $property->getName() . '">$' . $property->getName() . ' (' . $property->getVisibility() .')</a></h3>
167 167
                 <pre>$'. $property->getName() . $separator .  $type . '</pre><i>' . $summary . '</i>' . $description .
168
-                     ($type !== '' ? ('<h4>Type</h4>' . $type) : '');
168
+                        ($type !== '' ? ('<h4>Type</h4>' . $type) : '');
169 169
             }
170 170
         }
171 171
     }
Please login to merge, or discard this patch.