Closed shaffe-fr closed 2 years ago
Hi, As self is replaced by the DetachedAction class itself, static analysis tools like PHPStan throws errors when calling methods declared in userland. The same $this return strategy is used in Nova itself. Thanks, Karel
self
DetachedAction
$this
Hi, As
self
is replaced by theDetachedAction
class itself, static analysis tools like PHPStan throws errors when calling methods declared in userland. The same$this
return strategy is used in Nova itself. Thanks, Karel