Skip to content

Commit 49e2fef

Browse files
authored
Update Facing.php
1 parent f25c608 commit 49e2fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facing.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function rotate(Axis $axis, bool $clockwise) : Facing{
117117
}
118118
};
119119

120-
if($rotated === null) {
120+
if($rotated === null){
121121
throw new \InvalidArgumentException("Cannot rotate facing \"" . strtolower($this->name) . "\" around axis \"" . strtolower($axis->name) . "\"");
122122
}
123123

0 commit comments

Comments
 (0)