Skip to content

Commit 4595b5e

Browse files
committed
Facing: Specify that toString() is supposed to be human-readable
it's not supposed to be used for anything other than that ...
1 parent fc1798b commit 4595b5e

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
@@ -147,7 +147,7 @@ public static function validate(int $facing) : void{
147147
}
148148

149149
/**
150-
* Returns a string representation of the given Facing direction.
150+
* Returns a human-readable string representation of the given Facing direction.
151151
*/
152152
public static function toString(int $facing) : string{
153153
$result = [

0 commit comments

Comments
 (0)