File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ public function getActivatedAttribute(): bool
67
67
* Upcoming Accessor.
68
68
*
69
69
* @return string
70
+ *
70
71
* @throws Exception
71
72
*/
72
73
public function getUpcomingAttribute (): string
@@ -77,8 +78,7 @@ public function getUpcomingAttribute(): string
77
78
/**
78
79
* Convert a string of command arguments and options to an array.
79
80
*
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
82
82
* @return array
83
83
*/
84
84
public function compileParameters (bool $ console = false ): array
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ class Totem
23
23
/**
24
24
* Determine if the given request can access the Totem dashboard.
25
25
*
26
- * @param Request $request
27
- *
26
+ * @param Request $request
28
27
* @return bool
29
28
*/
30
29
public static function check (Request $ request ): bool
You can’t perform that action at this time.
0 commit comments