Completed
Push — master ( 229692...dc2619 )
by Nate
03:40
created
src/Internal/Data/Property.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,8 +112,7 @@
 block discarded – undo
112 112
         AnnotationSet $annotations,
113 113
         int $modifiers,
114 114
         bool $virtual
115
-    )
116
-    {
115
+    ) {
117 116
         $this->realName = $realName;
118 117
         $this->serializedName = $serializedName;
119 118
         $this->type = $type;
Please login to merge, or discard this patch.
src/Internal/DefaultPropertyMetadata.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,8 +88,7 @@
 block discarded – undo
88 88
         ClassMetadata $classMetadata,
89 89
         AnnotationSet $annotations,
90 90
         bool $virtual
91
-    )
92
-    {
91
+    ) {
93 92
         $this->name = $name;
94 93
         $this->serializedName = $serializedName;
95 94
         $this->type = $type;
Please login to merge, or discard this patch.