diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-03-24 10:37:32 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-03-24 10:37:32 +0100 |
commit | 7cab3a4bbf34e16eda7e6d4f725c6a72d8d7619c (patch) | |
tree | b1118d31750836162fc6187fa2980dff08ce28c4 /Bin | |
parent | 56b03915a03d7e2387cdf36c16e1bbf74982373d (diff) | |
download | Praspel-7cab3a4bbf34e16eda7e6d4f725c6a72d8d7619c.zip Praspel-7cab3a4bbf34e16eda7e6d4f725c6a72d8d7619c.tar.gz Praspel-7cab3a4bbf34e16eda7e6d4f725c6a72d8d7619c.tar.bz2 |
Format code. #mania
Diffstat (limited to 'Bin')
-rw-r--r-- | Bin/Shell.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Bin/Shell.php b/Bin/Shell.php index 74e971e..f148feb 100644 --- a/Bin/Shell.php +++ b/Bin/Shell.php @@ -148,6 +148,8 @@ class Shell extends \Hoa\Console\Dispatcher\Kit { if($class->isSubclassOf('\Hoa\Realdom')) $words[] = $classname::NAME; + + return; }); $readline = new \Hoa\Console\Readline(); |