Pavel Batanov

Results 17 issues of Pavel Batanov

I'm using twig+assetic installation. Assetic assets are loaded from twig templates with `DirectoryResource`. But when parsing following node ``` {% stylesheets 'css/data_tables.css' 'css/registration-form.css' combine=false debug=false %} {% endstylesheets %} ```...

`%` should be escaped now

https://github.com/davidrjonas/composer-lock-diff/blob/817bb8f7e9177c87947e2e067e138ca93e8a4681/composer-lock-diff#L185 `git show` called here does not expect `DIRECTORY_SEPARATOR` in path. It always expect linux style separators (in general these starts to be [revision notation](https://git-scm.com/docs/gitrevisions), not a paths at all...

| Question | Answer | ------------| --------------- | Infection version | 0.12.2 | Test Framework version | PHPUnit 7.4.3 | PHP version | 7.2.1 | Platform | Windows | Github...

False Positive
Feature Request
Mutator

Your collection implementation looks similar to Doctrine`s `ArrayCollection` with `ObjectRepository` ontop of it. What do you think about re-using some code from there? https://github.com/doctrine/collections/blob/master/lib/Doctrine/Common/Collections/ArrayCollection.php https://github.com/doctrine/common/blob/master/lib/Doctrine/Common/Persistence/ObjectRepository.php https://github.com/doctrine/collections/blob/master/lib/Doctrine/Common/Collections/Selectable.php This could lead to...

Same issue like #1340 Use case: * Use standard symfony project with i.e. postgres database * Create new git branch * Create custom `Type`, register it as ususal * Create...

Bug
Schema Introspection

**Is your feature request related to a problem? Please describe.** Device almost works good without quirk but HA cannot control second (right) switch at the moment **Describe the solution you'd...

See https://github.com/schmittjoh/serializer/issues/775#issuecomment-303357697 for discussion ```php /** * @Constructor("unserialize|doctrine|any_other_name") */ protected $user; ```

RFC

PropertyMetadata silently ignores class-wide `access_type: public_property` and `exclusion_policy: NONE` Given a Doctrine entity with a mapped private (stored in DB but no accessors) field: ``` php class MyEntity { /**...

question