File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 19
19
"require" : {
20
20
"php" : " ^8.0" ,
21
21
"illuminate/support" : " ^10.0" ,
22
- "laravel/dusk" : " ^7.11.3 " ,
22
+ "laravel/dusk" : " ^8.2.2 " ,
23
23
"mockery/mockery" : " ^1.4.4" ,
24
24
"pestphp/pest" : " ^v2.1.0" ,
25
25
"ext-dom" : " *" ,
Original file line number Diff line number Diff line change @@ -137,21 +137,17 @@ protected function driver()
137
137
138
138
/**
139
139
* Determine whether the Dusk command has disabled headless mode.
140
- *
141
- * @return bool
142
140
*/
143
- protected function hasHeadlessDisabled ()
141
+ protected function hasHeadlessDisabled (): bool
144
142
{
145
143
return isset ($ _SERVER ['DUSK_HEADLESS_DISABLED ' ]) ||
146
144
isset ($ _ENV ['DUSK_HEADLESS_DISABLED ' ]);
147
145
}
148
146
149
147
/**
150
148
* Determine if the browser window should start maximized.
151
- *
152
- * @return bool
153
149
*/
154
- protected function shouldStartMaximized ()
150
+ protected function shouldStartMaximized (): bool
155
151
{
156
152
return isset ($ _SERVER ['DUSK_START_MAXIMIZED ' ]) ||
157
153
isset ($ _ENV ['DUSK_START_MAXIMIZED ' ]);
You can’t perform that action at this time.
0 commit comments