diff --git a/test/Validator/PostCodeTest.php b/test/Validator/PostCodeTest.php index 09d747a4..ddc8251a 100644 --- a/test/Validator/PostCodeTest.php +++ b/test/Validator/PostCodeTest.php @@ -142,12 +142,12 @@ public function testServiceClass() 'serviceFalse' => null, ); - $serviceTrue = function($value) use ($params) { + $serviceTrue = function ($value) use ($params) { $params->serviceTrue = $value; return true; }; - $serviceFalse = function($value) use ($params) { + $serviceFalse = function ($value) use ($params) { $params->serviceFalse = $value; return false; };