Tobias Minich

Results 21 issues of Tobias Minich

### Steps to reproduce - Have X or more deployments fail (X being `keep_releases`-1) - Have a successful deployment ### Expected behavior Capistrano keeps (at least) the last known working...

### What Happened Chaining multiple `->coversClass` calls work fine on an `it` block, but only one works on a `describe` block. Even worse, as soon as you chain more than...

bug

Love the plugin, there is one thing though that limits the usefulness of the route parts in our case. We usually only use route names in our projects so it...

We've started to use Laravel's controller-based authorization via the authorizeResource method. This protects the default endpoint methods via the Laravel authorization system. Since this plugin indicates route endpoints via a...

I originally thought this was a PHPStorm issue, but it's this plugin that causes it. See https://youtrack.jetbrains.com/issue/WI-77209

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) 5.1.0 | | Language level | PHP 8.4 | Current behaviour -- *Shortened...

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) 5.1.0 | | Language level | PHP 8.3 | | Current behaviour --...

I'm running into phpstan complaining =) Maybe there is a reason for it to be defined like that, but as far as I can see it shouldn't be? The whole...

### Versions: - ide-helper Version: 3.5.5 - PHP Version: 8.4.7 ### Description: Generating helper data for models that have methods with more complex return types currently fails. Example: ```php class...

bug

After updating to the latest version there are still two warnings I get about implicit null in the constructor of HibpHttp: ``` PHP Deprecated: Icawebdesign\Hibp\HibpHttp::__construct(): Implicitly marking parameter $apiKey as...