Skip to content

Conversation

@janfejtek
Copy link
Contributor

  • bug fix
  • BC break? no

Variable argv does not have to be present. First check relates to Helper class, which does not add column into source when run from cli and argv is missing

. (isset($_SERVER['argv']) ? ': ' . implode(' ', array_map([self::class, 'escapeArg'], $_SERVER['argv'])) : '');

@janfejtek janfejtek changed the title Added checks if $_SERVER['argv'] is not set Added checks if $_SERVER['argv'] is set Jul 3, 2023
@dg dg force-pushed the master branch 3 times, most recently from b5f07d2 to 209ac30 Compare July 30, 2023 13:17
@dg dg merged commit d2d5a64 into nette:master Jul 30, 2023
@dg
Copy link
Member

dg commented Jul 30, 2023

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants