Jānis Šakars
Jānis Šakars
1. https://github.com/KnpLabs/Gaufrette/blob/master/src/Gaufrette/Adapter/Ftp.php#L127 2. https://github.com/KnpLabs/Gaufrette/blob/master/src/Gaufrette/Adapter/Ftp.php#L240 3. https://github.com/KnpLabs/Gaufrette/blob/master/src/Gaufrette/Adapter/Ftp.php#L383 In these 3x places, specific arguments like `-al` or `-alR` are being used when `ftp_rawlist` is being called. I believe, depending on the FTP...
`Since symfony/console 6.1: Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute to the "Ekino\NewRelicBundle\Command\NotifyDeploymentCommand" class instead.`
| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no | Version/Branch...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | yes/no | Version/Branch...
Having an PHP attribute GQL Input and Provider e.g. ```php #[GQL\Mutation(name: 'entitiesUpdate', type: Type::BOOLEAN)] #[GQL\Arg(name: 'entities', type: '[EntityUpdateInput]!')] public function consumersUpdate(array $entities): bool { foreach ($entities as $entity) { ......