Passed
Pull Request — master (#198)
by Alex
04:17
created
src/Serialisers/SerialiserLowLevelWriters.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
         $kVal     = $typeKind;
72 72
         if (!(ResourceTypeKind::PRIMITIVE() == $kVal || ResourceTypeKind::COMPLEX() == $kVal)) {
73 73
             $msg = '$bagItemResourceTypeKind != ResourceTypeKind::PRIMITIVE'
74
-                   . ' && $bagItemResourceTypeKind != ResourceTypeKind::COMPLEX';
74
+                    . ' && $bagItemResourceTypeKind != ResourceTypeKind::COMPLEX';
75 75
             throw new InvalidOperationException($msg);
76 76
         }
77 77
         if (null == $result) {
Please login to merge, or discard this patch.