Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored and StyleCIBot committed Nov 17, 2020
1 parent 4420d52 commit 4ad3d56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Group.php
Expand Up @@ -116,7 +116,6 @@ private function validateMiddleware($middleware): void
$type = gettype($middleware) . ' with value "' . $middleware . '"';
} elseif (is_object($middleware)) {
$type = 'an instance of ' . get_class($middleware);

} else {
$type = gettype($middleware);
}
Expand Down

0 comments on commit 4ad3d56

Please sign in to comment.