Robbert Müller

Results 5 comments of Robbert Müller

Please, do no use `===` but [hash_equals — Timing attack safe string comparison](http://php.net/manual/en/function.hash-equals.php)

i found this issue when i was trying to use scaleway as gitlab-runner with the docker+machine autoscaling feature. This prevents the gitlab-runner from functioning correctly because it could not delete...

i think this is a duplicate of #99 ?

for ppl wanting this, this is the code we have running for a while now ``` $finder = new Symfony\Component\Finder\Finder(); $finder ->files() ->exclude('vendor') ->ignoreDotFiles(true) ->ignoreUnreadableDirs() ->in('.') ->sortByName() ->name('*.php'); foreach ($finder...

the carriage doesn't seem to be there anymore