Skip to content

Commit 567fc3d

Browse files
committed
style: yoda
1 parent 698918d commit 567fc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/MyParcelRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ private function setResult(MyParcelCurl $request): array
437437
$this->response = $response;
438438
$this->result = $response['response'];
439439

440-
if ($this->result === false) {
440+
if (false === $this->result) {
441441
$this->error = $request->getError();
442442
}
443443

0 commit comments

Comments
 (0)