Passed
Push — master ( 61850f...3c9261 )
by Tim
11:05
created
src/Chunk.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@
 block discarded – undo
195 195
      */
196 196
     public static function getBooleanAttribute(DOMElement $xml, string $name, ?bool $default = null): ?bool
197 197
     {
198
-         try {
198
+            try {
199 199
             $value = self::getAttribute($xml, $name);
200 200
         } catch (MissingAttributeException $e) {
201 201
             if (func_num_args() === 3) {
Please login to merge, or discard this patch.