Skip to content

Conversation

@kamilpiech97
Copy link
Member

Should close #127.

Before:

<?php

declare(strict_types=1);

$foo = explode("\\", $class );
$baz = [ "foo", "bar" , "baz" ];

After:

<?php

declare(strict_types=1);

$foo = explode("\\", $class);
$baz = ["foo", "bar", "baz"];

@kamilpiech97 kamilpiech97 requested a review from jsawo August 2, 2024 04:56
@kamilpiech97 kamilpiech97 merged commit aecc480 into main Aug 2, 2024
@kamilpiech97 kamilpiech97 deleted the #127-spaces-fixer branch August 2, 2024 05:18
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.

Cleaning useless spaces in methods parameters

4 participants