Skip to content

Commit

Permalink
Remove useless doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiven committed Nov 20, 2023
1 parent 7886af0 commit 7f6b638
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Facing.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ public static function isPositive(Facing $direction) : bool{

/**
* Returns the opposite Facing of the specified one.
*
* @throws \ValueError if opposite facing don't exist
*/
public static function opposite(Facing $direction) : Facing{
return self::from($direction->value ^ self::FLAG_AXIS_POSITIVE);
Expand Down

0 comments on commit 7f6b638

Please sign in to comment.