Skip to content

Commit

Permalink
codestyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
peldax committed Aug 1, 2020
1 parent f688e18 commit 36fe0c4
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 157 deletions.
2 changes: 2 additions & 0 deletions src/Parser/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ private function parseOperation() : \Graphpinator\Parser\Operation\Operation
default:
throw new \Graphpinator\Exception\Parser\ExpectedAfterOperationType();
}

break;
default:
throw new \Graphpinator\Exception\Parser\ExpectedRoot();
}
Expand Down
Loading

0 comments on commit 36fe0c4

Please sign in to comment.