Completed
Push — master ( da2f6e...d3b8cb )
by Kamil
20:06
created
src/Sylius/Bundle/CoreBundle/spec/Sitemap/Factory/SitemapUrlFactorySpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     public function getMatchers()
54 54
     {
55 55
         return [
56
-            'beSameAs' => function ($subject, $key) {
56
+            'beSameAs' => function($subject, $key) {
57 57
                 if (!$subject instanceof OrderItemUnitInterface || !$key instanceof OrderItemUnitInterface) {
58 58
                     return false;
59 59
                 }
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/spec/Sitemap/Factory/SitemapFactorySpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     public function getMatchers()
54 54
     {
55 55
         return [
56
-            'beSameAs' => function ($subject, $key) {
56
+            'beSameAs' => function($subject, $key) {
57 57
                 if (!$subject instanceof OrderItemUnitInterface || !$key instanceof OrderItemUnitInterface) {
58 58
                     return false;
59 59
                 }
Please login to merge, or discard this patch.