From cc72d9a0811a111f547314cb35e184d6f4280881 Mon Sep 17 00:00:00 2001 From: Uriy Efremochkin Date: Sat, 9 Dec 2017 12:00:43 +0500 Subject: [PATCH] Code style fix --- flight/core/Dispatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/core/Dispatcher.php b/flight/core/Dispatcher.php index 56465fe..e553b1c 100644 --- a/flight/core/Dispatcher.php +++ b/flight/core/Dispatcher.php @@ -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: