Martin Rehberger

Results 4 issues of Martin Rehberger

When `protected $acf = true;` in the Controller, but the plugin is not activated, this will create a Fatal error. ``` Fatal error: Uncaught Error: Call to a member function...

fixes https://github.com/tymondesigns/jwt-auth/issues/2232

### Subject of the issue Running static analysis such as PHPStan results in an error for using `$guard->factory()` even if `$guard instanceof JWTGuard` is true. 'expires_in' => auth()->factory()->getTTL() * 60...

Currently, [the `CaptainHook\App\Hook\PHP\Action\Linting` action uses](https://github.com/captainhookphp/captainhook/blob/main/src/Hook/PHP/Action/Linting.php#L82) ```php $result = $process->run($this->php . ' -l ' . escapeshellarg($file)); ``` As this is called once per file, it can be slow for large commits....

enhancement