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

CS-Fixer: Enable phpdoc_to_property_type #38

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

OskarStark
Copy link
Contributor

No description provided.

@@ -84,12 +84,11 @@
],
],
'yoda_style' => false,
'php_unit_test_case_static_method_calls' => false,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I would keep this rule, or shall we switch to:

- $this->assertSame(
+ self::assertSame(

Copy link
Owner

Choose a reason for hiding this comment

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

Agree, I like $this->assertSame( more too.

@OskarStark OskarStark force-pushed the feature/cs-fixes-4 branch 10 times, most recently from 5a4b283 to abe86df Compare August 20, 2024 21:41
@OskarStark
Copy link
Contributor Author

Ready to merge

@slunak
Copy link
Owner

slunak commented Aug 21, 2024

Let me just fix test

@slunak slunak merged commit d688cf4 into slunak:master Aug 21, 2024
6 checks passed
@OskarStark
Copy link
Contributor Author

Sorry was too late yesterday and didn't spot them

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