Skip to content

Commit 28626a2

Browse files
authored
Update BaseRequest.php
1 parent 638c7e3 commit 28626a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Request/BaseRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ abstract class BaseRequest
1313
protected $method;
1414

1515
/** @var bool */
16-
protected bool $simulationMode;
16+
protected $simulationMode;
1717

1818
/**
1919
* @return string

0 commit comments

Comments
 (0)