Completed
Push — master ( 0c1c20...3b6341 )
by Christopher
01:35
created
src/MetadataV3/Edm/Annotations/PropertyValue.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
         return $this->isAnnotation() ? [$this->expression] : [];
118 118
     }
119 119
 
120
-    private function isAnnotation(){
120
+    private function isAnnotation() {
121 121
         return (//  $this->expression instanceof Expressions\Dynamic\TPathExpression ||
122 122
             $this->expression instanceof Expressions\Constant\StringConstant ||
123 123
             $this->expression instanceof Expressions\Constant\IntConstant ||
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,8 @@
 block discarded – undo
117 117
         return $this->isAnnotation() ? [$this->expression] : [];
118 118
     }
119 119
 
120
-    private function isAnnotation(){
120
+    private function isAnnotation()
121
+    {
121 122
         return (//  $this->expression instanceof Expressions\Dynamic\TPathExpression ||
122 123
             $this->expression instanceof Expressions\Constant\StringConstant ||
123 124
             $this->expression instanceof Expressions\Constant\IntConstant ||
Please login to merge, or discard this patch.