Passed
Push — master ( 85654b...305e2a )
by DeGracia
01:00
created
tests/IntegrationTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
 
97 97
         $this->assertNotEmpty($str);
98 98
 
99
-        $chars = array_map(function ($c) {
99
+        $chars = array_map(function($c) {
100 100
             return '\\' . $c;
101 101
         }, $specialCharacter->handle());
102 102
 
Please login to merge, or discard this patch.