Test Failed
Push — master ( 1d5c2b...4527f5 )
by Ylva
07:27 queued 10s
created
a/vendor/theseer/tokenizer/src/NamespaceUriException.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
 namespace TheSeer\Tokenizer;
3 3
 
4 4
 class NamespaceUriException extends Exception {
Please login to merge, or discard this patch.
a/vendor/theseer/tokenizer/src/Tokenizer.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
 namespace TheSeer\Tokenizer;
3 3
 
4 4
 class Tokenizer {
Please login to merge, or discard this patch.
a/vendor/theseer/tokenizer/src/TokenCollection.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
 namespace TheSeer\Tokenizer;
3 3
 
4 4
 class TokenCollection implements \ArrayAccess, \Iterator, \Countable {
Please login to merge, or discard this patch.
a/vendor/theseer/tokenizer/src/Token.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
 namespace TheSeer\Tokenizer;
3 3
 
4 4
 class Token {
Please login to merge, or discard this patch.
a/vendor/theseer/tokenizer/src/TokenCollectionException.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
 namespace TheSeer\Tokenizer;
3 3
 
4 4
 class TokenCollectionException extends Exception {
Please login to merge, or discard this patch.
a/vendor/theseer/tokenizer/src/XMLSerializer.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
 namespace TheSeer\Tokenizer;
3 3
 
4 4
 use DOMDocument;
Please login to merge, or discard this patch.
a/vendor/theseer/tokenizer/src/NamespaceUri.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
 namespace TheSeer\Tokenizer;
3 3
 
4 4
 class NamespaceUri {
Please login to merge, or discard this patch.
a/vendor/theseer/tokenizer/src/Exception.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
 namespace TheSeer\Tokenizer;
3 3
 
4 4
 class Exception extends \Exception {
Please login to merge, or discard this patch.
prophecy/src/Prophecy/PhpDocumentor/ClassAndInterfaceTagRetriever.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
         $interfaces = $reflectionClass->getInterfaces();
61 61
         $tagList = array();
62 62
 
63
-        foreach($interfaces as $interface) {
63
+        foreach ($interfaces as $interface) {
64 64
             $tagList = array_merge($tagList, $this->classRetriever->getTagList($interface));
65 65
         }
66 66
 
Please login to merge, or discard this patch.