Skip to content

Commit f89bc92

Browse files
committed
coding standards
1 parent facdec4 commit f89bc92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RocknRoot/StrayFw/Http/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function __construct(RawRequest $rawRequest, array $routes)
118118
$this->after[] = $a;
119119
}
120120
}
121-
} else if ($this->class == null) {
121+
} elseif ($this->class == null) {
122122
if (preg_match('#^' . $path . '$#', $this->rawRequest->getQuery(), $matches) === 1) {
123123
list($this->class, $this->action) = explode('.', $route['action']);
124124
if (stripos($this->class, '\\') !== 0 && isset($route['namespace']) === true) {

0 commit comments

Comments
 (0)