Patrick Kusebauch
Patrick Kusebauch
Sure, that would work.
How to prohibit an instantiation of a class (from Slack): > Hi folks, I want to restrict the usage of a given class: allow referencing (eg. usage in "use" statements...
Explain how to create layers where token cannon reference other tokens from the same layer: https://github.com/qossmic/deptrac/issues/1278
Just a thought. You could implement `Dibi\Connection::query` by templating `Dibi\Result`. Something like: ```php namespace Dibi class Connection { /** * @template args * @param args $args * @return Result */...
Just to chime in with more info. Dibi returns `Dibi\Row` by default. `Dibi\Row` implements `ArrayAccess`, it is also an [UniversalObjectCrate](https://phpstan.org/config-reference#universal-object-crates) meaning it has dynamic properties whose names correspond to the...
@supergithubo The update is not in the master branch, rather in the v0.1.1 branch. It is very unintuitive.
Ok, so in the meantime, is there any way at all to divide by variable without throwing this error?
@ClaasBrueggemann Hey, I am really interested in having multi-database support. Is there any way I can help to make it happen? I am even willing to write the PR if...
Would you mind going into more detail about what are you trying to achieve? Ideally with some example? It would help me out with designing the interface that you would...
Ok, I understand what you want, I just don't understand why you want it. What is the use of a `NodeVisitor` without a `ReferenceExtractor` to take advantage of it? And...