You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix error: The option "preset" with value "wordpress" is invalid (#646)
Hello,
This is fixing an issue where phpinsights can't be run when setting preset as `wordpress` in phpinsights.php config file.
Actual error:
```
Invalid configuration
• The option "preset" with value "wordpress" is invalid. Accepted values are: "drupal", "laravel", "symfony", "yii", "magento2", "default".
```
0 commit comments