Michał Bundyra

Results 85 issues of Michał Bundyra

Adds license header sniff and MD files sniff - check all files for license header - check contents of MD files if match with templates from maintainers repository - sniff...

enhancement

- [x] Is this related to quality assurance?

bug

I think the documentation is wrong: https://docs.zendframework.com/zend-di/cookbook/aot-guide/#5-add-aot-to-the-service-manager In `getDependencies` method of `ConfigProvider` we have: ```php 'factories' => $this->getGeneratedFactories(), 'delegators' => [ InjectorInterface::class => [ InjectorDecoratorFactory::class, ], ], ``` but I...

When Form implements `InputFilterProviderInterface` and validators for an element are defined in method `getInputFilterSpecification`, only these validators should be added to the `InputFilter` of the Form for the element. The...

BC Break

Please change link in the repository description: currently we have: https://github.com/zendframework/zf2 but IMHO we should have there: https://docs.zendframework.com/zend-mvc/ It would be nice also add some tags to the repo. Maybe...

enhancement
EasyFix

As Zend Framework is migrated now to Laminas and we have also released DoctrineModule 3.0 with Laminas support we need migrate also this library.

| Q | A |-------------- | ------ | Documentation | no | Bugfix | ? | BC Break | no | New Feature | no | RFC | no |...

### Feature Request | Q | A |------------ | ------ | New Feature | yes #### Summary > Suggested before in https://github.com/laminas/laminas-cli/pull/20#issuecomment-638685075. As we would like provide integration layer with...

Help Wanted
Feature Request