Mark Scherer

Results 821 comments of Mark Scherer
trafficstars

I added PHPStan. For level 7 there seem to be only a few issues, but we can tackle them also separately afterwards.

This must be a misconfig of sorts, closing for now.

I whipped sth up in https://github.com/php-collective/code-sniffer/pull/12 for now We could adapt this pretty much as is I assume?

If there is interest you can pull this upstream. Closing then for now.

Do you have an idea on how to make this possible @steinkel ?

Maybe https://github.com/dereuromark/cakephp-ide-helper/pull/386 is a first step? We could add a watcher system now that can call the helper with those files?

Do you have a specific setup in mind? For Cross OS sth slow like this could work? while (true) { sleep($this->interval); $currentSnapshot = $this->getFileSnapshot($watchDir); $changedFiles = $this->detectChanges($lastSnapshot, $currentSnapshot); If we...

"Node + Chokidar + CakePHP Integration" could also be an option: node watcher.js ```js // watcher.js const chokidar = require('chokidar'); const { exec } = require('child_process'); // Directory to watch...

Make sure to use dev-master to be able to use the --file functionality