Completed
Pull Request — master (#47)
by Alberto
06:20
created
src/Stub/Helper/isMethodName.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace Moka\Stub\Helper;
5 5
 
@@ -13,5 +13,5 @@  discard block
 block discarded – undo
13 13
  */
14 14
 function isMethodName(string $name): bool
15 15
 {
16
-    return !isPropertyName($name);
16
+    return ! isPropertyName($name);
17 17
 }
Please login to merge, or discard this patch.
src/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 require_once __DIR__ . '/Factory/buildStub.php';
5 5
 require_once __DIR__ . '/Factory/buildStubs.php';
Please login to merge, or discard this patch.