Passed
Branch master (fcd681)
by Ryan
04:03
created
Category
src/Type/Feed.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@  discard block
 block discarded – undo
6 6
  * http://opensource.org/licenses/Apache2.0
7 7
  */
8 8
 
9
-declare(strict_types=1);
9
+declare(strict_types = 1);
10 10
 
11 11
 namespace SimplePie\Type;
12 12
 
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
      *
183 183
      * @return Node
184 184
      */
185
-    public function getScalarSingleValue(string $nodeName, ?string $namespaceAlias = null): Node
185
+    public function getScalarSingleValue(string $nodeName, ?string $namespaceAlias = null) : Node
186 186
     {
187 187
         $alias = $namespaceAlias
188 188
             ?? $this->namespaceAlias;
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
     //--------------------------------------------------------------------------
198 198
     // SINGLE COMPLEX VALUES
199 199
 
200
-    public function getGenerator(?string $namespaceAlias = null): Generator
200
+    public function getGenerator(?string $namespaceAlias = null) : Generator
201 201
     {
202 202
         $alias = $namespaceAlias
203 203
             ?? $this->namespaceAlias;
Please login to merge, or discard this patch.
src/Type/Generator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
  * http://opensource.org/licenses/Apache2.0
7 7
  */
8 8
 
9
-declare(strict_types=1);
9
+declare(strict_types = 1);
10 10
 
11 11
 namespace SimplePie\Type;
12 12
 
Please login to merge, or discard this patch.
src/Type/Entry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
  * http://opensource.org/licenses/Apache2.0
7 7
  */
8 8
 
9
-declare(strict_types=1);
9
+declare(strict_types = 1);
10 10
 
11 11
 namespace SimplePie\Type;
12 12
 
Please login to merge, or discard this patch.
src/Type/TypeInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
  * http://opensource.org/licenses/Apache2.0
7 7
  */
8 8
 
9
-declare(strict_types=1);
9
+declare(strict_types = 1);
10 10
 
11 11
 namespace SimplePie\Type;
12 12
 
Please login to merge, or discard this patch.
src/Type/AbstractType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
  * http://opensource.org/licenses/Apache2.0
7 7
  */
8 8
 
9
-declare(strict_types=1);
9
+declare(strict_types = 1);
10 10
 
11 11
 namespace SimplePie\Type;
12 12
 
Please login to merge, or discard this patch.
src/Type/Node.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
  * http://opensource.org/licenses/Apache2.0
7 7
  */
8 8
 
9
-declare(strict_types=1);
9
+declare(strict_types = 1);
10 10
 
11 11
 namespace SimplePie\Type;
12 12
 
Please login to merge, or discard this patch.
src/Sanitizer/Iframe.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
  * http://opensource.org/licenses/Apache2.0
7 7
  */
8 8
 
9
-declare(strict_types=1);
9
+declare(strict_types = 1);
10 10
 
11 11
 namespace SimplePie\Sanitizer;
12 12
 
Please login to merge, or discard this patch.
src/Sanitizer/Frame.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
  * http://opensource.org/licenses/Apache2.0
7 7
  */
8 8
 
9
-declare(strict_types=1);
9
+declare(strict_types = 1);
10 10
 
11 11
 namespace SimplePie\Sanitizer;
12 12
 
Please login to merge, or discard this patch.
src/Sanitizer/DataProtocol.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
  * http://opensource.org/licenses/Apache2.0
7 7
  */
8 8
 
9
-declare(strict_types=1);
9
+declare(strict_types = 1);
10 10
 
11 11
 namespace SimplePie\Sanitizer;
12 12
 
Please login to merge, or discard this patch.