Passed
Pull Request — master (#7)
by Timothy
06:21
created
test/unit/test/Exception/UnexpectedValueExceptionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * permissions and limitations under the License.
17 17
  */
18 18
 
19
-declare(strict_types=1);
19
+declare(strict_types = 1);
20 20
 
21 21
 namespace AmericanExpressTest\HyperledgerFabricClient\Exception;
22 22
 
Please login to merge, or discard this patch.
test/unit/test/Exception/InvalidArgumentExceptionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * permissions and limitations under the License.
17 17
  */
18 18
 
19
-declare(strict_types=1);
19
+declare(strict_types = 1);
20 20
 
21 21
 namespace AmericanExpressTest\HyperledgerFabricClient\Exception;
22 22
 
Please login to merge, or discard this patch.
test/unit/test/Exception/BadMethodCallExceptionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * permissions and limitations under the License.
17 17
  */
18 18
 
19
-declare(strict_types=1);
19
+declare(strict_types = 1);
20 20
 
21 21
 namespace AmericanExpressTest\HyperledgerFabricClient\Exception;
22 22
 
Please login to merge, or discard this patch.
test/unit/test/User/UserContextFactoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * permissions and limitations under the License.
17 17
  */
18 18
 
19
-declare(strict_types=1);
19
+declare(strict_types = 1);
20 20
 
21 21
 namespace AmericanExpressTest\HyperledgerFabricClient\User;
22 22
 
Please login to merge, or discard this patch.
test/unit/test/ProtoFactory/SignatureHeaderFactoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * permissions and limitations under the License.
17 17
  */
18 18
 
19
-declare(strict_types=1);
19
+declare(strict_types = 1);
20 20
 
21 21
 namespace AmericanExpressTest\HyperledgerFabricClient\ProtoFactory;
22 22
 
Please login to merge, or discard this patch.
test/unit/test/ProtoFactory/ChaincodeInvocationSpecFactoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * permissions and limitations under the License.
17 17
  */
18 18
 
19
-declare(strict_types=1);
19
+declare(strict_types = 1);
20 20
 
21 21
 namespace AmericanExpressTest\HyperledgerFabricClient\ProtoFactory;
22 22
 
Please login to merge, or discard this patch.
test/unit/test/ProtoFactory/SignedProposalFactoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * permissions and limitations under the License.
17 17
  */
18 18
 
19
-declare(strict_types=1);
19
+declare(strict_types = 1);
20 20
 
21 21
 namespace AmericanExpressTest\HyperledgerFabricClient\ProtoFactory;
22 22
 
Please login to merge, or discard this patch.
test/unit/test/ProtoFactory/ChaincodeProposalPayloadFactoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * permissions and limitations under the License.
17 17
  */
18 18
 
19
-declare(strict_types=1);
19
+declare(strict_types = 1);
20 20
 
21 21
 namespace AmericanExpressTest\HyperledgerFabricClient\ProtoFactory;
22 22
 
Please login to merge, or discard this patch.
test/unit/test/ProtoFactory/ChaincodeInputFactoryTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * permissions and limitations under the License.
17 17
  */
18 18
 
19
-declare(strict_types=1);
19
+declare(strict_types = 1);
20 20
 
21 21
 namespace AmericanExpressTest\HyperledgerFabricClient\ProtoFactory;
22 22
 
Please login to merge, or discard this patch.