Failed Conditions
Pull Request — develop (#6663)
by Michael
63:24
created
lib/Doctrine/ORM/Mapping/ComponentMetadata.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 
4
-declare(strict_types=1);
4
+declare(strict_types = 1);
5 5
 
6 6
 namespace Doctrine\ORM\Mapping;
7 7
 use Doctrine\ORM\Reflection\RuntimePublicReflectionProperty;
Please login to merge, or discard this patch.