Alexander Makarov
Alexander Makarov
> put the PHP source in it's own directory You mean `src`? > I would go with either PSR-4 or PSR-0 It is already PSR-4: https://github.com/cebe/markdown/blob/master/composer.json#L30
That's for @cebe to decide but I support this move.
I don't think it's in the scope of the library itself. It should be possible to extend it to support it but that's too github-specific to implement.
I'm OK about it but in case it's automated. Having it as a manually checked rule would take too much time.
What's the purpose of caching them?
I usually do it as: ```php $object ->method1() ->method2(); ```
We may have it as a soft-rule with `should` instead of `must`.
Yes, it is.
@sankaest merged all PRs opened so far. Thanks!
@albertborsos how exactly does it fail? @roxblnfk would you please take a look?