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

feat: add full feature parity #71

Merged
merged 1 commit into from
Jan 25, 2022
Merged

feat: add full feature parity #71

merged 1 commit into from
Jan 25, 2022

Conversation

peterdeme
Copy link
Contributor

@peterdeme peterdeme commented Jan 19, 2022

  • Add full feature parity
  • Add super strict linter rules (including mandatory documentation and type hint ❗)
  • added documentation where it was missing
  • Fix linting issues
  • removed ramsey/uuid package
  • bumped packages
  • small refactors
  • ability to code in VS Code via Docker, plus added a small documentation for it in CONTRIBUTING.md

@@ -23,22 +27,23 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, intl
extensions: ast, mbstring, intl
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ast gives a performance boost to phan


- name: Quality
if: matrix.php-versions == '7.4'
run: vendor/bin/phan --force-polyfill-parser || true
Copy link
Contributor Author

@peterdeme peterdeme Jan 19, 2022

Choose a reason for hiding this comment

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

force-polyfill-parser isn't needed anymore because of ast is added above

'AvoidableGetterPlugin',
'RemoveDebugStatementPlugin',
'HasPHPDocPlugin',
],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

these plugins are amazing. i was able to catch and fix a few issues with it.

@peterdeme peterdeme merged commit 1377507 into main Jan 25, 2022
@peterdeme peterdeme deleted the feature-parity branch January 25, 2022 11:58
@github-actions github-actions bot mentioned this pull request Feb 4, 2022
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

1 participant