@@ -15,7 +15,6 @@ |
||
15 | 15 | |
16 | 16 | |
17 | 17 | /** |
18 | - * @param array $aliases |
|
19 | 18 | */ |
20 | 19 | public function loadPortInternalAliases() |
21 | 20 | { |
@@ -39,6 +39,7 @@ |
||
39 | 39 | |
40 | 40 | /** |
41 | 41 | * @param $consoleClass |
42 | + * @param string $directory |
|
42 | 43 | */ |
43 | 44 | private function loadTheConsoles($directory) |
44 | 45 | { |
@@ -64,7 +64,7 @@ |
||
64 | 64 | } |
65 | 65 | |
66 | 66 | /** |
67 | - * @param $directory |
|
67 | + * @param string $directory |
|
68 | 68 | */ |
69 | 69 | private function loadSeeds($directory) |
70 | 70 | { |
@@ -57,7 +57,7 @@ |
||
57 | 57 | $this->baseUrl = env('API_FULL_URL'); // this reads the value from `phpunit.xml` during testing |
58 | 58 | |
59 | 59 | // override the default subDomain of the base URL when subDomain property is declared inside a test |
60 | - if(property_exists($this, 'subDomain')){ |
|
60 | + if (property_exists($this, 'subDomain')) { |
|
61 | 61 | $this->overrideSubDomain($this->subDomain); |
62 | 62 | } |
63 | 63 |