sublimetext-codeformatter icon indicating copy to clipboard operation
sublimetext-codeformatter copied to clipboard

Error on PHP formatter

Open asmsaiff opened this issue 3 years ago • 4 comments

This error is coming when I format PHP code. Everything is working well.

image

Here is my PHP options to configure PHP formatter -

"codeformatter_php_options": {
    "syntaxes": "php", // Syntax names which must process PHP formatter
    "php_path": "/opt/lampp/bin/php", // Path for PHP executable, e.g. "/usr/lib/php" or "C:/Program Files/PHP/php.exe". If empty, uses command "php" from system environments
    "format_on_save": true, // Format on save. Either a boolean (true/false) or a string regexp tested on filename. Example : "^((?!.min.|vendor).)*$"
    "psr1": false, // Activate PSR1 style
    "psr1_naming": false, // Activate PSR1 style - Section 3 and 4.3 - Class and method names case
    "psr2": true, // Activate PSR2 style
    "indent_with_space": 4, // Use spaces instead of tabs for indentation
    "enable_auto_align": true, // Enable auto align of = and =>
    "visibility_order": true, // Fixes visibility order for method in classes - PSR-2 4.2
    "smart_linebreak_after_curly": true, // Convert multistatement blocks into multiline blocks
    // Enable specific transformations. Example: ["ConvertOpenTagWithEcho", "PrettyPrintDocBlocks"]
    // You can list all available transformations from command palette: CodeFormatter: Show PHP Transformations
    // You can also see examples of many transformations at https://github.com/akalongman/sublimetext-codeformatter/blob/master/PHP-Transformations.md
    "passes": [],
    // Disable specific transformations
    "excludes": []
},

asmsaiff avatar Mar 11 '22 16:03 asmsaiff

I have a same problem

TaxosTV avatar Mar 18 '22 15:03 TaxosTV

Worst support. No one even comes here to give any solution.

asmsaiff avatar Mar 19 '22 03:03 asmsaiff

Same issue here

semprul57 avatar Dec 02 '22 13:12 semprul57

Install and use php7.2 for it. :)

Teddielike avatar May 13 '23 23:05 Teddielike