Skip to content

Commit

Permalink
Bug #4566 fixed tabs instead of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
apphp committed Sep 26, 2024
1 parent cd2e3da commit bc0f4d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/console/CConsoleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ protected function resolveRequest($args)
$params=array(); // unnamed parameters
foreach($args as $arg)
{
if (is_null($arg))
continue;
if (is_null($arg))
continue;

if(preg_match('/^--(\w+)(=(.*))?$/',$arg,$matches)) // an option
{
Expand Down

0 comments on commit bc0f4d0

Please sign in to comment.