Skip to content

Commit 2b16a10

Browse files
author
quentin.schmick
committed
Fixing styling
1 parent a3a882f commit 2b16a10

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/Task.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public function getActivatedAttribute(): bool
6767
* Upcoming Accessor.
6868
*
6969
* @return string
70+
*
7071
* @throws Exception
7172
*/
7273
public function getUpcomingAttribute(): string
@@ -77,8 +78,7 @@ public function getUpcomingAttribute(): string
7778
/**
7879
* Convert a string of command arguments and options to an array.
7980
*
80-
* @param bool $console if true will convert arguments to non associative array
81-
*
81+
* @param bool $console if true will convert arguments to non associative array
8282
* @return array
8383
*/
8484
public function compileParameters(bool $console = false): array

src/Totem.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ class Totem
2323
/**
2424
* Determine if the given request can access the Totem dashboard.
2525
*
26-
* @param Request $request
27-
*
26+
* @param Request $request
2827
* @return bool
2928
*/
3029
public static function check(Request $request): bool

0 commit comments

Comments
 (0)