-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1555 from hydephp/code-cleanup
Clean up code hydephp/develop@31dbd8a
- Loading branch information
github-actions
committed
Feb 12, 2024
1 parent
4c50f06
commit 23b1e0a
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
use TypeError; | ||
|
||
use function sprintf; | ||
use function gettype; | ||
use function call_user_func; | ||
|
||
/** | ||
|