Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to prettier 3 #128

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Upgrade to prettier 3 #128

wants to merge 3 commits into from

Conversation

JulienRAVIA
Copy link
Contributor

@JulienRAVIA JulienRAVIA commented Jan 8, 2024

@@ -41,7 +40,7 @@ public function __construct(
string $path,
array $params = [],
int $code = 0,
?Exception $previous = null
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bof, d'enlever ce ?, c'est bien nullable (la valeur par défaut est d'ailleurs null)
C'est prettier qui fait ça ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oui c'est prettier

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK ça doit être la PER1 peut-être. Si ce n'est pas le cas il le remettra tout seul

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est quoi la PER1 ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://www.php-fig.org/per/coding-style/

Per coding style pardon : per = standard évolutif, remplace les PSR2 ET 12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants