Denis Žoljom

Results 365 comments of Denis Žoljom
trafficstars

Potential tips and trick: * Increase `upload_max_size` and other post max sizes in `php.ini`

Also a good candidate for small 3-4 minute article. Like a tip on how to do one thing, and then link to the handbook for more tips and tricks 👍🏼

Proposed organization within a class ```php class Class_Name { const CONSTANT_NAME = '...'; public $public_property; protected $protected_property; private $private_property; public function __construct() {...} public function public_method() {...}; public static function...

Could go here: https://infinum.com/handbook/books/wordpress/coding-standards/php-coding-standards/naming#class-method-visibility

Video: https://wordpress.tv/2018/07/12/k-adam-white-what-we-forget-to-test/

I have this ready from the Academy and will make a PR here.

> I'm not a fan of Squiz.Arrays.ArrayDeclaration.DoubleArrowNotAligned as it causes changes on unrelated lines and causes larger diffs. Example: https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/179/files#diff-b9f974c9e5e2ca608e335ac55aa95730811bcaef7590ad41b4d59d5444f296c9R47 (only the highlighted line actually changed). > > > The...

I could take the PSR12 ones 👍🏼

Unfortunately I don't think I'll have much free time to finish the rest of the PSR12 documentation :( If anybody wants to pick up what I've been working on that...

Pest v1 doesn't have process isolation, like regular phpunit does, so I kinda think that would be the 'culprit' here.