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

Create attribute_reader.php #197

Merged
merged 1 commit into from
Dec 12, 2022
Merged

Create attribute_reader.php #197

merged 1 commit into from
Dec 12, 2022

Conversation

koriym
Copy link
Member

@koriym koriym commented Dec 12, 2022

Adding this script in a project without Doctrine annotations (in a project with only PHP8 attributes) as follows will speed up development time by ignoring Doctrine annotations.

Doctrineアノテーションが無いプロジェクトで(PHP8 アトリビュートのみのプロジェクトで)このスクリプトを以下のように加えると、Doctrineアノテーションを無視して開発時に高速になります。

  "autoload": {
    "files": [
      "vendor/ray/aop/attribute_reader.php"
    ]

@codecov
Copy link

codecov bot commented Dec 12, 2022

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (0808c5f) compared to base (33d07fa).
Patch has no changes to coverable lines.

Additional details and impacted files
@@             Coverage Diff             @@
##                 2.x      #197   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       161       161           
===========================================
  Files             30        30           
  Lines            451       451           
===========================================
  Hits             451       451           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sonarcloud
Copy link

sonarcloud bot commented Dec 12, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@koriym koriym merged commit 2c3f563 into 2.x Dec 12, 2022
@koriym koriym deleted the attribute_reader branch December 12, 2022 10:33
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