Skip to content

Commit 0572b6d

Browse files
fix: update code style
1 parent ff220f8 commit 0572b6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Illuminate/Database/Events/DatabaseRefreshed.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class DatabaseRefreshed implements MigrationEventContract
1010
* Create a new event instance.
1111
*
1212
* @param string|null $database
13-
* @param bool $seeding
13+
* @param bool $seeding
1414
* @return void
1515
*/
1616
public function __construct(

src/Illuminate/Foundation/Console/ChannelListCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ChannelListCommand extends Command
3636
/**
3737
* Execute the console command.
3838
*
39-
* @param \Illuminate\Contracts\Broadcasting\Broadcaster $broadcaster
39+
* @param \Illuminate\Contracts\Broadcasting\Broadcaster $broadcaster
4040
* @return void
4141
*/
4242
public function handle(Broadcaster $broadcaster)

src/Illuminate/Support/Testing/Fakes/ChainedBatchTruthTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __construct(Closure $callback)
2727
/**
2828
* Invoke the truth test with the given pending batch.
2929
*
30-
* @param \Illuminate\Bus\PendingBatch $pendingBatch
30+
* @param \Illuminate\Bus\PendingBatch $pendingBatch
3131
* @return bool
3232
*/
3333
public function __invoke($pendingBatch)

0 commit comments

Comments
 (0)