Completed
Push — master ( 19582b...b18151 )
by Nate
04:20 queued 01:53
created
src/Internal/Data/Property.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,8 +113,7 @@
 block discarded – undo
113 113
         AnnotationCollection $annotations,
114 114
         int $modifiers,
115 115
         bool $virtual
116
-    )
117
-    {
116
+    ) {
118 117
         $this->realName = $realName;
119 118
         $this->serializedName = $serializedName;
120 119
         $this->type = $type;
Please login to merge, or discard this patch.
src/PropertyNamingPolicy.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,5 +68,7 @@
 block discarded – undo
68 68
         self::UPPER_CAMEL_CASE_WITH_SPACES,
69 69
     ];
70 70
 
71
-    private function __construct() {}
71
+    private function __construct()
72
+    {
73
+}
72 74
 }
Please login to merge, or discard this patch.