@@ -45,7 +45,7 @@ |
||
| 45 | 45 | /** |
| 46 | 46 | * Get the services provided by the provider. |
| 47 | 47 | * |
| 48 | - * @return array |
|
| 48 | + * @return string[] |
|
| 49 | 49 | */ |
| 50 | 50 | public function provides() |
| 51 | 51 | { |
@@ -76,7 +76,7 @@ |
||
| 76 | 76 | $connectionParameters = config('tail.connections.'.$connection); |
| 77 | 77 | |
| 78 | 78 | if (isset($connectionParameters['port'])) { |
| 79 | - $portCommand = "-p {$connectionParameters['port']}"; |
|
| 79 | + $portCommand = "-p {$connectionParameters['port']}"; |
|
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | $this->guardAgainstInvalidConnectionParameters($connectionParameters); |