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

Add configuration config #2

Merged
merged 3 commits into from
Oct 20, 2023
Merged

Add configuration config #2

merged 3 commits into from
Oct 20, 2023

Conversation

Wiktor6
Copy link
Contributor

@Wiktor6 Wiktor6 commented Oct 18, 2023

Add configuration config.

@olekans olekans self-requested a review October 19, 2023 07:24
src/Resources/config/services.yaml Outdated Show resolved Hide resolved
class CodeAnalysisTest extends TestCase
{
#[Test]
public function testNoAnnotationTest(): void
Copy link

Choose a reason for hiding this comment

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

I'm not sure tests are right place to check the annotation. Can we add this when creating a commit, e.g. using GrumPHP?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

GrumPHP can be skipped.

@@ -4,9 +4,9 @@
"type": "symfony-bundle",
"license": "MIT",
"require": {
"php": "8.*",
"php": ">=8.1",
Copy link
Member

Choose a reason for hiding this comment

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

I'm against such notation, this in fact promises the lib will work with PHP 9, 10, 15, and whatnot. We have no idea whether that's true

@Wiktor6 Wiktor6 merged commit 851f81c into main Oct 20, 2023
4 checks passed
@Wiktor6 Wiktor6 deleted the add-configuration branch October 20, 2023 13:29
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.

3 participants