Completed
Push — master ( 79b8d3...5c9de2 )
by Beñat
02:04
created
src/LIN3S/SharedKernel/Infrastructure/Persistence/Sql/Pdo.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 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 LIN3S\SharedKernel\Infrastructure\Persistence\Sql;
15 15
 
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
 
53 53
             $this->pdo->commit();
54 54
 
55
-            return $return ?: true;
55
+            return $return ? : true;
56 56
         } catch (\Exception | \Throwable $exception) {
57 57
             $this->pdo->rollback();
58 58
 
Please login to merge, or discard this patch.