Completed
Push — master ( a9b91a...03525d )
by Robert
09:57
created
src/Madeline/Config/Builder/EnvConfigFactory.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 Zored\Telegram\Madeline\Config\Builder;
6 6
 
Please login to merge, or discard this patch.
src/Madeline/Config/Extractor/ConfigExtractor.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 Zored\Telegram\Madeline\Config\Extractor;
6 6
 
Please login to merge, or discard this patch.
src/Madeline/ApiFactory.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 Zored\Telegram\Madeline;
6 6
 
Please login to merge, or discard this patch.
src/Madeline/Api/ApiConstructor.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 Zored\Telegram\Madeline\Api;
6 6
 
Please login to merge, or discard this patch.
src/Serializer/Jms/Visitor/ArrayDeserializationVisitor.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 Zored\Telegram\Serializer\Jms\Visitor;
6 6
 
Please login to merge, or discard this patch.
src/Serializer/Jms/JmsSerializer.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 Zored\Telegram\Serializer\Jms;
6 6
 
Please login to merge, or discard this patch.
src/Serializer/SerializerInterface.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 Zored\Telegram\Serializer;
6 6
 
Please login to merge, or discard this patch.
kernel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 use Doctrine\Common\Annotations\AnnotationRegistry;
5 5
 use Dotenv\Dotenv;
6 6
 
7
-(function () {
7
+(function() {
8 8
     require __DIR__ . '/vendor/autoload.php';
9 9
     AnnotationRegistry::registerLoader('class_exists');
10 10
     if (file_exists(__DIR__ . DIRECTORY_SEPARATOR . '.env')) {
Please login to merge, or discard this patch.
src/Util/Repeater/Repeater.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 Zored\Telegram\Util\Repeater;
6 6
 
Please login to merge, or discard this patch.