Completed
Push — master ( 3bb6a1...71ed41 )
by Pierre
12s
created
src/Graphviz/Attribute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @author Pierre Hennequart <[email protected]>
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Janalis\Doctrineviz\Graphviz;
19 19
 
Please login to merge, or discard this patch.
src/Graphviz/Edgeable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @author Pierre Hennequart <[email protected]>
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Janalis\Doctrineviz\Graphviz;
19 19
 
Please login to merge, or discard this patch.
src/Graphviz/Attributable.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @author Pierre Hennequart <[email protected]>
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Janalis\Doctrineviz\Graphviz;
19 19
 
Please login to merge, or discard this patch.
src/Graphviz/Vertex.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @author Pierre Hennequart <[email protected]>
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Janalis\Doctrineviz\Graphviz;
19 19
 
Please login to merge, or discard this patch.
src/Graphviz/AttributeInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @author Pierre Hennequart <[email protected]>
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Janalis\Doctrineviz\Graphviz;
19 19
 
Please login to merge, or discard this patch.
src/Graphviz/VertexInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @author Pierre Hennequart <[email protected]>
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Janalis\Doctrineviz\Graphviz;
19 19
 
Please login to merge, or discard this patch.
src/Graphviz/Element.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @author Pierre Hennequart <[email protected]>
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Janalis\Doctrineviz\Graphviz;
19 19
 
Please login to merge, or discard this patch.
src/Graphviz/Edge.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @author Pierre Hennequart <[email protected]>
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Janalis\Doctrineviz\Graphviz;
19 19
 
Please login to merge, or discard this patch.
src/Graphviz/Record.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * @author Pierre Hennequart <[email protected]>
14 14
  */
15 15
 
16
-declare(strict_types=1);
16
+declare(strict_types = 1);
17 17
 
18 18
 namespace Janalis\Doctrineviz\Graphviz;
19 19
 
Please login to merge, or discard this patch.