Closed rinart73 closed 1 year ago
simple issue, you should make sure php code in '/home/rinart/Documents/Projects/ci4-document-helper/.php-cs-fixer.dist.php` can import Nexus\CsConfig\Factory,
i think you should know how to import class file in php.
I have
php-cs-fixer
installed globally both on Windows and Linux. It works with the following.php-cs-fixer.dist.php
just fine:However when I'm trying to save and format a project file with your extension, I get the following:
Since the global version works fine, unless called by the extension, I assume that it's a bug with extension.
I've read #122 and tried the changing
use Nexus\CsConfig\Factory;
touse \Nexus\CsConfig\Factory;
, it didn't work.What other info that I can give would be useful in solving the issue?