Code style fix

pull/349/head
Uriy Efremochkin 7 years ago committed by GitHub
parent 4841466656
commit cc72d9a081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -188,7 +188,7 @@ class Dispatcher {
public static function invokeMethod($func, array &$params = array()) {
list($class, $method) = $func;
$instance = is_object($class);
$instance = is_object($class);
switch (count($params)) {
case 0:

Loading…
Cancel
Save