Lars Moelleken
Lars Moelleken
Hi, I forked this project some time ago, because I wanted to lean something from other devs code, in the mean time, I added some features that maybe helpfull for...
package.json == "Apache-2.0" COPYING == GNU General Public License v3.0 COPYING LESSER == GNU Lesser General Public License v3.0
+ fix some typos and add phpdocs by hand (in a separated commit) --- This change is [](https://reviewable.io/reviews/nullivex/lib-array2xml/17)
This change is [](https://reviewable.io/reviews/nullivex/lib-array2xml/16)
This change is [](https://reviewable.io/reviews/nullivex/lib-array2xml/15)
... but I don't know is the result is good or not (need a review, thx) [](https://reviewable.io/reviews/ircmaxell/stauros/1)
will-change is only efficient if you use it in the correct situation... mostly you will need JS (or e.g. a parent-hover-selector) to assign and remove it afterwards (e.g. for touchstart,...
Hi, I saw in the documentation that you use something like ```$container->get('logger');``` ... why do you not use the Interface-Class-Name as key, or at least a constant, is there a...
# Support question Hi, is it possible to define different Closures for one parameter? ```php * @phpstan-param null|\Closure(T=,TKey=):bool|\Closure(T=):bool|\Closure(TKey=):bool $closure ``` --- ⇾ https://github.com/voku/Arrayy/blob/master/src/Arrayy.php#L2465 ```php /** * Find all items in...