Use func_num_args() to determine if $return should be used for Database\Model #30
No reviewers
Labels
No labels
bug
dependency
documentation
feature
invalid
refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
vlw/scaffold!30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/30/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It was not possible to set the return type explicitly as
null, since that was the value we checked for if we should return the value of$returnor not. We're not checking the total amount of arguments provided to check if a$returnvalue was passed or not.