Thorbjörn 'Puggan' Sundragon
Thorbjörn 'Puggan' Sundragon
I think this is related, if not Il make an separate issue.  get the above error from this row: `if($exception instanceof \RuntimeException && !$exception instanceof HttpExceptionInterface) {` Trying to...
Looks like then restarts the build every 2minutes. [phpci.yml.txt](https://github.com/Block8/PHPCI/files/507843/phpci.yml.txt) [phpci_build_35.log.txt](https://github.com/Block8/PHPCI/files/507844/phpci_build_35.log.txt)
Would be nice if it at least wouldn't fail the hole phpdoc just because the object-shape was used. https://phpstan.org/r/b07bc838-ca4e-46af-ae0e-3ef323b1e7a5 The example above fails at level 0
I guess this is related to the "left till next achievement" I stumbled on when I today loaded the javascript directly from git, when the old link stopped working. The...
Converting the file to CRLF, made macos patch stop working, using CRLF in the content, but not in the header of the patch-file, made macos patch accept the patch.
One way around this, could be to allow the composer-config to include a list of files to run dos2unix on, and execute this on the files before applying the patches.
+1 until that's fixed, I use the output of `named-checkzone` to filter out the bad lines https://github.com/puggan/NamecoinToBind/commit/3512e7a477196a1800f928ec80e4f7a4d3fa06d2
There was one char different in one of the lines, so it should be a miss-match, but the output could be better, like: * indent all lines equally, so they...
Partialy solved with PR 4 If the DNS-response have at least 2 rows, the there is a line-break between the header/prfix and the result, so that all results (dns and...
> @rkrx In your case intersection with stdClass makes it okay: https://phpstan.org/r/e31b43d4-faba-4208-8eae-3a6df5d7af16 intersection with stdClass let you write to any properties, defined or not, so that kind of defeats the...