Tom Klingenberg

Results 11 issues of Tom Klingenberg

asserting an expression with classExists(), and the expression is an array, it shows me the following warning: > PHP Warning: class_exists() expects parameter 1 to be string, array > given...

Wanted to file a PR for reporting an issue and followed _How to contribute_. Thanks for the nice introduction in it and also for not being extensive. But already with...

| Subject | Details | | :------------- | :------------------------------------ | | Plugin | Php Inspections (EA Ultimate), 2021.5 | | Language level | PHP 7.2 | Current behaviour -- java.lang.IllegalArgumentException:...

*request for comments* I make use of the exporter library via Phpunit. When I'm looking for expected output and this fails and the output contains characters from the C0 /...

I've been using `composer init` lately with all the interactive glory (composer --version: 2.1.11 (Nov 2021)) and was asked for the license. As it is with user-input, our humble yours...

Feature

(Draft Report) Error: ~~~ var-spacing: Variables should have spaces before and after: echo {% raw %} '{{.Count}}' {% endraw %} ~~~ Cause: Escaping Jinja2 with `{% raw %} ... {%...

bug
reproducer: present

Raised in #1133 by @cmuench, having an issue of it's own. I ~~have plans to~~ do this as I currently already migrate in another project. * [x] port/run Travis-CI build-jobs...

in progress

Just stumbled over this while I wanted to gather some more information w/ my other reported issue (#208). Given the `phive.xml` ~~~ ~~~ and running this command: ~~~ $ ./bin/phive...

Phive 0.15.2 (also 0.15.1) is talkative when passing output into `head(1)` and similar utilities: ~~~shell $ phive --version | head -n 1 Phive 0.15.2 - Copyright (C) 2015-2023 by Arne...

bug

Unix crypt SHA256/SHA512 are using the wrong alphabet for salts. First some changes to the tests to show that the current implementation is broken. Then the fixes.