File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments