Completed
Push — master ( 0a29d9...18f9eb )
by Dion
03:08
created
Generator/NoPrePersistEntityEventDefinedInFieldConfigException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare (strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace Tardigrades\FieldType\Generator;
15 15
 
Please login to merge, or discard this patch.
src/FieldType/NoCustomGeneratorDefinedException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare (strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace Tardigrades\FieldType;
15 15
 
Please login to merge, or discard this patch.
src/Twig/SectionTwigExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare (strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace Tardigrades\Twig;
15 15
 
Please login to merge, or discard this patch.
src/Helper/StringConverter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare (strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace Tardigrades\Helper;
15 15
 
Please login to merge, or discard this patch.
src/Helper/ArrayConverter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare (strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace Tardigrades\Helper;
15 15
 
Please login to merge, or discard this patch.
src/Entity/SectionBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare (strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace Tardigrades\Entity;
15 15
 
Please login to merge, or discard this patch.
src/Entity/Section.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare (strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace Tardigrades\Entity;
15 15
 
Please login to merge, or discard this patch.
src/Entity/SectionHistory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare (strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace Tardigrades\Entity;
15 15
 
Please login to merge, or discard this patch.
src/Entity/SectionEntityInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare (strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace Tardigrades\Entity;
15 15
 
Please login to merge, or discard this patch.