mamazu
mamazu
The API test of this plugin are very basic. This means that the code behind it can change without anyone noticing one thing that definitely needs to be fixed is...
| Q | A | --------------- | ----- | Branch? | master (probably 2.0) | Bug fix? | no | New feature? | no | BC breaks? | yes |...
| Q | A | --- | --- | Bug fix? | no | New feature? | yes (at least for Devs) | BC breaks? | no | Deprecations? |...
| Q | A | --- | --- | Sulu Version | 2.3.7 | PHP Version | 7.4.12 | DB Version | mariadb:10.5.9 | Browser Version | Firefox 100.0.2 #...
Just to check that I am doing it right.
Before when a command had a default value of false, it would have been not visible in the json. ### Before: ```json "logging.fingers_crossed": { "description": null, "type": [ "boolean" ]...
Your project seems to support reading credentials for the database from a JSON file. In the example project you could add an example json file for how it should look...
I am using phpactor for a symfony project and recommended settings for the indexer are the following: ```json { "indexer.exclude_patterns": [ "/vendor/**/Tests/**/*", "/vendor/**/tests/**/*", "/vendor/composer/**/*", "/var/cache/**/*", "/**/Workspace/**/*" ], "indexer.include_patterns": [ "/var/cache/**/Symfony/Config/**/*.php",...