Passed
Pull Request — master (#48)
by
unknown
13:25
created
src/VfacTmdb/Results/Change.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
  * This file is part of the Tmdb package.
4 4
  *
Please login to merge, or discard this patch.
src/VfacTmdb/Change.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
  * This file is part of the Tmdb package.
4 4
  *
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      */
86 86
     private function checkItemChangesOptions(array $options) : array
87 87
     {
88
-        $params           = [];
88
+        $params = [];
89 89
         $this->tmdb->checkOptionPage($options, $params);
90 90
         $this->tmdb->checkOptionDateRange($options, $params);
91 91
 
Please login to merge, or discard this patch.
src/VfacTmdb/Interfaces/Results/ChangeResultsInterface.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
  * This file is part of the Tmdb package.
4 4
  *
Please login to merge, or discard this patch.