Completed
Branch master (76cb08)
by Swapnil
04:51
created
Category
src/ResponseFormatValidator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,8 @@
 block discarded – undo
21 21
             && is_array($responseFormats)
22 22
             && count($responseFormats) > 0
23 23
         ) {
24
-            return array_map(static function (string $class) {
25
-                if (! is_a($class, FoaasResponse::class, true)) {
24
+            return array_map(static function(string $class) {
25
+                if (!is_a($class, FoaasResponse::class, true)) {
26 26
                     throw new InvalidResponse('A class needs to implement \'Codeat3\FoaasClient\Response\FoaasResponse\'');
27 27
                 }
28 28
 
Please login to merge, or discard this patch.