Test Setup Failed
Push — master ( f4220c...d1ef3c )
by Chauncey
01:24
created
src/Charcoal/Property/SpriteProperty.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
             }
148 148
 
149 149
             foreach ($xml->symbol as $node) {
150
-                $id = (string) $node->attributes()->id;
150
+                $id = (string)$node->attributes()->id;
151 151
 
152 152
                 if (!$id) {
153 153
                     $this->logger->warning(sprintf(
Please login to merge, or discard this patch.