Martin Hasoň

Results 38 issues of Martin Hasoň

You should use code from composer and not inventing the wheel. I suggest to use `VersionParser`, `JsonFormatter`, `DependencyResolver`, `Downloader` etc.

question

https://github.com/thoughtbot/factory_bot/blob/master/NAME.md

**How to reproduce** Create the following class and traits using doctrine/orm: ```php namespace App\Behaviour; use Doctrine\ORM\Mapping as ORM; /** * @ORM\Embeddable() */ class State { } ``` ```php namespace App\Behaviour;...

We could make a listener for the HTML5 tags that start with an upper-case letter. For example ``` twig ``` should be replaced with ``` twig This is one comment...

enhancement

For Doctrine annotations I prefer use `::class` constants over strings: ```php namespace App\Entity; use App\Entity\User; use Doctrine\ORM\Mapping as ORM; /** * @ORM\Entity() */ class Post { /** * @ORM\ManyToOne(targetEntity=User::class, inversedBy="posts")...

- [ ] https://github.com/mnapoli/FrontYAML/pull/10 - [x] tests

enhancement

This PR fixes the wrong implementation of the methods `TwingLoaderArray::resolve` nad `TwingLoaderNull::resolve`. @ericmorand Please can you tag a new version?