Skip to content

Commit a4ae70e

Browse files
Merge pull request #4 from richan-fongdasen/analysis-x0PMgA
Apply fixes from StyleCI [ci skip] [skip ci]
2 parents 10c3a3f + 611cace commit a4ae70e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/GcrPubSubQueue.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class GcrPubSubQueue
1414
* GcrPubSubQueue constructor.
1515
*
1616
* @param PubSubConnector $connector
17+
*
1718
* @throws \ErrorException
1819
*/
1920
public function __construct(PubSubConnector $connector)

src/GcrPubSubQueueFake.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class GcrPubSubQueueFake
2323
* GcrPubSubQueue constructor.
2424
*
2525
* @param PubSubConnector $connector
26+
*
2627
* @throws \ErrorException
2728
*/
2829
public function __construct(PubSubConnector $connector)

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ protected function getPackageAliases($app): array
4646
$this->app = $app;
4747

4848
return [
49-
'Route' => \Illuminate\Support\Facades\Route::class,
49+
'Route' => \Illuminate\Support\Facades\Route::class,
5050
'GcrQueue' => GcrQueue::class,
5151
];
5252
}

0 commit comments

Comments
 (0)