Skip to content

Commit 2cfa4eb

Browse files
authored
rename simulation_mode to simulationMode
1 parent 2d3c051 commit 2cfa4eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Request/BaseRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ abstract class BaseRequest
1212
/** @var string */
1313
protected $method;
1414

15-
protected bool $simulation_mode;
15+
protected bool $simulationMode;
1616

1717
/**
1818
* @return string
@@ -32,7 +32,7 @@ public function getUri(): string
3232

3333
public function setSimulationMode(bool $mode): void
3434
{
35-
$this->simulation_mode = $mode;
35+
$this->simulationMode = $mode;
3636
}
3737

3838
abstract public function getQueryArray(): array;

0 commit comments

Comments
 (0)