Completed
Push — master ( 7fe469...71379c )
by Bernardette
02:33
created
src/Doctrine/Extension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Rostenkowski\Doctrine;
4 4
 
Please login to merge, or discard this patch.
src/Doctrine/Repository/RepositoryInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Rostenkowski\Doctrine\Repository;
4 4
 
Please login to merge, or discard this patch.
src/Doctrine/Debugger/TracyBar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Rostenkowski\Doctrine\Debugger;
4 4
 
Please login to merge, or discard this patch.
src/Doctrine/Logger/FileLogger.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Rostenkowski\Doctrine\Logger;
4 4
 
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 	{
34 34
 		$this->file = $file;
35 35
 
36
-		register_shutdown_function(function () {
36
+		register_shutdown_function(function() {
37 37
 			file_put_contents($this->file, str_repeat('-', 100) . PHP_EOL . PHP_EOL, FILE_APPEND);
38 38
 		});
39 39
 	}
Please login to merge, or discard this patch.
src/Doctrine/Entity/Name.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Rostenkowski\Doctrine\Entity;
4 4
 
Please login to merge, or discard this patch.
src/Doctrine/Repository/Repository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Rostenkowski\Doctrine\Repository;
4 4
 
Please login to merge, or discard this patch.
src/Doctrine/Entity/Id.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Rostenkowski\Doctrine\Entity;
4 4
 
Please login to merge, or discard this patch.