Passed
Pull Request — master (#156)
by Matt
04:52
created
src/Controller/Api/ApiController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
 
46 46
         // It's nicer for our JavaScript to be handed the Wander URI on a plate, so we add it
47 47
         // to the returned JSON.
48
-        $contentUrlCallback = function (
48
+        $contentUrlCallback = function(
49 49
             /** @scrutinizer ignore-unused */ $innerObject,
50 50
             $outerObject,
51 51
             /** @scrutinizer ignore-unused */ string $attributeName,
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     ): Response {
94 94
         // It's nicer for our JavaScript to be handed the Wander URI on a plate, so we add it
95 95
         // to the returned JSON.
96
-        $contentUrlCallback = function (
96
+        $contentUrlCallback = function(
97 97
             /** @scrutinizer ignore-unused */ $innerObject,
98 98
             $outerObject,
99 99
             /** @scrutinizer ignore-unused */ string $attributeName,
Please login to merge, or discard this patch.