Completed
Push — 1.x ( d1a99d...be31ef )
by Marko
02:10
created
src/DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace KunicMarko\SonataAnnotationBundle\DependencyInjection;
6 6
 
Please login to merge, or discard this patch.
src/DependencyInjection/SonataAnnotationExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace KunicMarko\SonataAnnotationBundle\DependencyInjection;
6 6
 
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
             $config['directory'] ?? $container->getParameter('kernel.root_dir')
25 25
         );
26 26
 
27
-        $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
27
+        $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
28 28
         $loader->load('reader.xml');
29 29
     }
30 30
 }
Please login to merge, or discard this patch.
src/Annotation/ExportField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace KunicMarko\SonataAnnotationBundle\Annotation;
6 6
 
Please login to merge, or discard this patch.
src/Reader/AnnotationReaderTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace KunicMarko\SonataAnnotationBundle\Reader;
6 6
 
Please login to merge, or discard this patch.
src/SonataAnnotationBundle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace KunicMarko\SonataAnnotationBundle;
6 6
 
Please login to merge, or discard this patch.
src/Annotation/ShowField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace KunicMarko\SonataAnnotationBundle\Annotation;
6 6
 
Please login to merge, or discard this patch.
src/Annotation/ParentAssociationMapping.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace KunicMarko\SonataAnnotationBundle\Annotation;
6 6
 
Please login to merge, or discard this patch.
src/Annotation/ListField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace KunicMarko\SonataAnnotationBundle\Annotation;
6 6
 
Please login to merge, or discard this patch.
src/Annotation/DatagridValues.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace KunicMarko\SonataAnnotationBundle\Annotation;
6 6
 
Please login to merge, or discard this patch.