Matthieu Napoli

Results 92 issues of 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...

enhancement

Injection in PHPUnit test cases.

enhancement
integrations

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...

question

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...

enhancement

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: [![Build Status](https://travis-ci.org/myclabs/ACL.svg?branch=master)](https://travis-ci.org/myclabs/ACL) [![Coverage Status](https://coveralls.io/repos/myclabs/ACL/badge.png?branch=master)](https://coveralls.io/r/myclabs/ACL?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/myclabs/ACL/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/myclabs/ACL/?branch=master) - branch: [![Build Status](https://travis-ci.org/myclabs/ACL.svg?branch=SimplifiedRoles)](https://travis-ci.org/myclabs/ACL) [![Coverage Status](https://coveralls.io/repos/myclabs/ACL/badge.png?branch=SimplifiedRoles)](https://coveralls.io/r/myclabs/ACL?branch=SimplifiedRoles) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/myclabs/ACL/badges/quality-score.png?b=SimplifiedRoles)](https://scrutinizer-ci.com/g/myclabs/ACL/?branch=SimplifiedRoles) ### Role definitions Updated example: ``` php $roles = [ 'ArticleEditor' =>...

enhancement