Completed
Push — master ( ddd80f...831d45 )
by Nate
03:32
created
src/Internal/TypeAdapter/ReflectionTypeAdapter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@  discard block
 block discarded – undo
4 4
  * Distributed under the MIT License (http://opensource.org/licenses/MIT)
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 
9 9
 namespace Tebru\Gson\Internal\TypeAdapter;
10 10
 
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
 
181 181
         $writer->beginObject();
182 182
 
183
-        $virtualProperty = $this->classMetadata->getAnnotation(VirtualProperty::class) ;
183
+        $virtualProperty = $this->classMetadata->getAnnotation(VirtualProperty::class);
184 184
         if ($virtualProperty !== null) {
185 185
             $writer->name($virtualProperty->getValue());
186 186
             $writer->beginObject();
Please login to merge, or discard this patch.