Test Failed
Push — master ( 9415ad...1a12b4 )
by Bálint
02:47
created
src/POData/UriProcessor/QueryProcessor/ExpressionParser/ExpressionToken.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,6 +102,6 @@
 block discarded – undo
102 102
     public function identifierIs($id)
103 103
     {
104 104
         return $this->Id == ExpressionTokenId::IDENTIFIER 
105
-            && strcmp($this->Text, (string)$id) == 0;
105
+            && strcmp($this->Text, (string) $id) == 0;
106 106
     }
107 107
 }
108 108
\ No newline at end of file
Please login to merge, or discard this patch.