Matthieu Napoli
Matthieu Napoli
When a class name is prefixed with `\` PHP-DI doesn't show any warning: ``` php return array( '\Foo\Bar' => DI\object(), ); ``` This will not work as FQN must not...
Hi 👋 , Serverless Framework core team here! We're working on the v3 beta version right now. The v3 will include a redesigned CLI output: You can try the v3...
We're working on the [v3 beta version right now](https://www.serverless.com/blog/serverless-framework-v3-beta). The v3 will include a redesigned CLI output: Everyone can try the v3 beta with: `npm i serverless@pre-3` To help plugins...
[mnapoli.fr/serverless-laravel/](http://mnapoli.fr/serverless-laravel/)
Apologies if that has already been discussed. In the [php-enum](https://github.com/myclabs/php-enum) project we recently added Psalm annotations (https://github.com/myclabs/php-enum/pull/111). For example `@template T` for generics support. Users are now reporting Doctrine Annotations...
Depending on the configuration, you sometimes don't need to import annotations. However the plugin will add warnings on every not-imported annotation. Would it be possible to disable this behavior, or...
Hi 👋 , Serverless Framework core team here! We're working on the [v3 beta version right now](https://www.serverless.com/blog/serverless-framework-v3-beta). The v3 will include a redesigned CLI output: You can try the v3...
Hi 👋 , Serverless Framework core team here! We're working on the v3 beta version right now. The v3 will include a redesigned CLI output: You can try the v3...
- master: [](https://travis-ci.org/myclabs/ACL) [](https://coveralls.io/r/myclabs/ACL?branch=master) [](https://scrutinizer-ci.com/g/myclabs/ACL/?branch=master) - branch: [](https://travis-ci.org/myclabs/ACL) [](https://coveralls.io/r/myclabs/ACL?branch=SimplifiedRoles) [](https://scrutinizer-ci.com/g/myclabs/ACL/?branch=SimplifiedRoles) ### Role definitions Updated example: ``` php $roles = [ 'ArticleEditor' =>...