Skip to content

Instantly share code, notes, and snippets.

@odil-io
Last active February 7, 2022 10:11
Show Gist options
  • Save odil-io/5f7487fb04775528f1f5636810a547d2 to your computer and use it in GitHub Desktop.
Save odil-io/5f7487fb04775528f1f5636810a547d2 to your computer and use it in GitHub Desktop.
Symfony v4.4.5 isAbsolutePath() complete error message
composer/xdebug-handler             1.4.1   Restarts a process without Xdebug.
pdepend/pdepend                     2.7.1   Official version of pdepend to be handled with Composer
phpcompatibility/php-compatibility  9.3.5   A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.
phpmd/phpmd                         2.8.2   PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known...
psr/container                       1.0.0   Common Container Interface (PHP FIG PSR-11)
psr/log                             1.1.3   Common interface for logging libraries
squizlabs/php_codesniffer           3.5.4   PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined...
symfony/config                      v4.4.5  Symfony Config Component
symfony/dependency-injection        v4.4.5  Symfony DependencyInjection Component
symfony/filesystem                  v4.4.5  Symfony Filesystem Component
symfony/polyfill-ctype              v1.15.0 Symfony polyfill for ctype functions
symfony/service-contracts           v1.1.8  Generic abstractions related to writing services
wp-coding-standards/wpcs            2.2.1   PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions

Obfuscation: realname replaced with username, project related filenames replaced with common filenames.

Error: Command failed: /Users/odil-io/.composer/vendor/bin/php-cs-fixer fix /Users/odil-io/Local Sites/project/app/public/wp-content/themes/project/includes/filename.php --using-cache=no --path-mode=override

In ConfigurationResolver.php line 393:

The path "/Users/odil-io/Local" is not readable.

fix [--path-mode PATH-MODE] [--allow-risky ALLOW-RISKY] [--config CONFIG] [--dry-run] [--rules RULES] [--using-cache USING-CACHE] [--cache-file CACHE-FILE] [--diff] [--format FORMAT] [--stop-on-violation] [--show-progress SHOW-PROGRESS] [--] [...]

at ChildProcess.exithandler (child_process.js:317:12) at ChildProcess.emit (events.js:315:20) at maybeClose (internal/child_process.js:1048:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment