Passed
Push — master ( 642b58...65efd1 )
by Sébastien
05:57
created
src/Soluble/Japha/Bridge/Driver/Pjb62/Pjb62Driver.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 Soluble\Japha\Bridge\Driver\Pjb62;
6 6
 
Please login to merge, or discard this patch.
src/Soluble/Japha/Bridge/Driver/Pjb62/PjbProxyClient.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
 /**
6 6
  * Soluble Japha / PhpJavaBridge.
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
      *
162 162
      * @return PjbProxyClient
163 163
      */
164
-    public static function getInstance(?array $options = null, ?LoggerInterface $logger = null): self
164
+    public static function getInstance(? array $options = null, ?LoggerInterface $logger = null) : self
165 165
     {
166 166
         if (self::$instance === null) {
167 167
             if ($options === null) {
Please login to merge, or discard this patch.