issues Search Results · repo:prettier/plugin-php language:PHP
Filter by
515 results
(49 ms)515 results
inprettier/plugin-php (press backspace or delete to remove)As part of our style guide we enforce
echo( this );
over
echo this ;
I was wondering if this could be a config option worked on, and if not why? The name I ve suggested in the title is only
a suggestion, ...
jakemackie
- 3
- Opened 24 days ago
- #2417
PHP 8.3 is supported, right? It s not in the allowed choices from phpVersion options...
phpVersion: {
since: 0.13.0 ,
category: CATEGORY_PHP,
type: choice ,
default: 7.0 ,
description: ...
chadwells
- 2
- Opened on Jan 29
- #2416
Currently CI is regularly failing due to codecov rate limiting:
There was an error running the uploader: Error uploading to [https://codecov.io:](https://codecov.io/) Error: There was an error fetching ...
czosel
- 2
- Opened on Jan 19
- #2415
My projects separates the PHP and Node apps like so
/
├── cms/
│ └── composer.json
│ └── vendor/
│ └── etc...
├── buildchain/
│ └── package.json
│ └── node_modules/
│ └── .prettierrc.json ...
MangoMarcus
- 1
- Opened on Jan 16
- #2414
@prettier/plugin-php v0.22.2 Playground link
Input:
?php
/**
* Tweakwise Emico (https://www.tweakwise.com/ https://www.emico.nl/) - All Rights Reserved
*
* @copyright Copyright (c) 2017-2017 ...
p0psicles
- Opened on Jan 16
- #2413
There seems to be a PHP Prettier parse exception when ::class is called on a class property. This is a contrived
example, but the following is a minimal reproducible example that throws an exception when ...
cyreb7
- Opened on Dec 13, 2024
- #2410
This code, which recursively computes the 10th Fibonacci number:
$result = ($fib = function($n) use ( $fib) {
return $n = 1 ? $n : $fib($n - 1) + $fib($n - 2);
})(10);
is incorrectly simplified ...
tobia
- 1
- Opened on Nov 26, 2024
- #2409
This plug-in is terrible, installed globally without any effect, must be project-specific can,For example, I usually
open a file to format, I have to install the npm package in the directory of this file ...
1030504258
- 1
- Opened on Nov 17, 2024
- #2408
!--
BEFORE SUBMITTING AN ISSUE:
1. Search for your issue on GitHub: https://github.com/prettier/plugin-php/issues A large number of opened issues are
duplicates of existing issues. If someone has ...
jaulz
- Opened on Oct 15, 2024
- #2406

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.