Passed
Pull Request — master (#7)
by Timothy
06:21
created
test/unit/test/ProtoFactory/ProposalFactoryTest.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/EndorserClientFactoryTest.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/HeaderFactoryTest.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/TimestampFactoryTest.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/ChaincodeHeaderExtensionFactoryTest.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/ChaincodeIdFactoryTest.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/TestAsset/MockProposalProcessor.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\TestAsset;
22 22
 
Please login to merge, or discard this patch.
test/unit/test/Proposal/ResponseTest.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\Proposal;
22 22
 
Please login to merge, or discard this patch.