Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
return default value
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated
  • Loading branch information
dmnlk committed May 26, 2022
commit bf01668ed0f2cf582f5d3d24f8cc078a7fd2f801
1 change: 1 addition & 0 deletions src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ public function brief()

public function usage()
{
return 'application usage';
}

/**
Expand Down