-
-
Couldn't load subscription status.
- Fork 52
Apply fixes from StyleCI #165
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
Apply fixes from StyleCI #165
Conversation
PR Summary
-
Refinement in Code Comments in
src/Endpoints/Page.php
The comments for ‘property’ method have been updated for better clarity and understanding of the process. Also, a new line has been added at the end of the class for proper syntax formatting. -
Improvement in Condition Checking in
src/Macros/PestHttpRecorder.php
The condition in theregistermethod was restructured for better performance. A new condition was also added to assign a value to$queryName, which enhances the program’s functionality. -
Enhanced Verification in
src/Notion.php
The process involved in thecheckValidVersionmethod was optimized. This modification ensures that the validity of a version is checked more accurately now. -
Code Streamlining in
tests/RecordedEndpointPageTest.php
The unused imports have been removed, contributing to a more concise and clean code. Also, the conditions in theshould fetch specific property items of a pagetest were revised for improved performance and test results.
This pull request applies code style fixes from an analysis carried out by StyleCI.
For more information, click here.