Completed
Push — master ( 4dde40...07e98f )
by Daniel
02:28
created
src/Application/Tests/Domain/ValueObjectTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,6 +10,6 @@
 block discarded – undo
10 10
     {
11 11
         $address = new Address('Av. Bandeirantes', '330', '303315000');
12 12
 
13
-        $this->assertEquals('Av. Bandeirantes, 330, 303315000', (string)$address);
13
+        $this->assertEquals('Av. Bandeirantes, 330, 303315000', (string) $address);
14 14
     }
15 15
 }
16 16
\ No newline at end of file
Please login to merge, or discard this patch.