-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Trace:
PHP Fatal error: Uncaught Error: Using $this when not in object context in /home/user/gh/foo/src/Contract/Contract.php:30
Stack trace:
#0 /home/user/gh/foo/deploy.php(28): \Contract\Contract::deployContract()
#1 {main}
thrown in /home/user/gh/foo/src/Contract/Contract.php on line 30
Issue:
There is validator generated into binding for uintN (it's sizes etc.) It's called with $this, while it can be easily static call.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working