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

Implement makePrivate and remove non-existent php-cs-fixer config value #110

Closed

Conversation

wbohlken
Copy link

@wbohlken wbohlken commented May 6, 2024

…fig value

@wbohlken wbohlken force-pushed the fix/flags-and-php-cs-fixer-config branch from 2da38cf to a3becf6 Compare May 6, 2024 13:25
@wbohlken wbohlken changed the title Fix non-existent flags param and remove non-existent php-cs-fixer con… Implement makePrivate and remove non-existent php-cs-fixer config value May 6, 2024
@@ -39,7 +39,6 @@
],
'single_quote' => true,
'ternary_operator_spaces' => true,
'trailing_comma_in_multiline' => ['elements' => ['arrays']],
Copy link
Collaborator

Choose a reason for hiding this comment

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


class ParameterBuilder extends Param
{
protected string $docBlockType = '';

protected int $flags = 0;
Copy link
Collaborator

Choose a reason for hiding this comment

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

this already exists in parent class

@@ -55,4 +58,9 @@ public function setDocBlockType(string $docBlockType): self

return $this;
}

public function makePrivate(): self {
Copy link
Collaborator

Choose a reason for hiding this comment

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

also present in parent class

@wbohlken
Copy link
Author

wbohlken commented May 6, 2024

Oops, forgot to run composer install upon pulling master, my bad! Closing this

@wbohlken wbohlken closed this May 6, 2024
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.

2 participants