-
Notifications
You must be signed in to change notification settings - Fork 154
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
[TASK] disable php-cs-fixer yoda conditions #794
[TASK] disable php-cs-fixer yoda conditions #794
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we have a CHANGELOG entry ('Added' section I think)?
Thanks.
d'oh |
dadd1da
to
6a7c688
Compare
used the |
That's fine in this case. I think I should be able to uppercase the first character of the CHANGELOG title while you focus on more important work 😎 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice branch name. Yoda likes to be capitalized too :)
This commit resolves the yoda conditions introduced in previous [BUGFIX] commits. regarding: MyIntervals#794, MyIntervals#778 (comment)
And now just spotted that pun :) |
This commit resolves the yoda conditions introduced in previous [BUGFIX] commits. regarding: MyIntervals#794, MyIntervals#778 (comment)
This commit resolves the yoda conditions introduced in previous [BUGFIX] commits. regarding: MyIntervals#794, MyIntervals#778 (comment)
This commit resolves the yoda conditions introduced in previous [BUGFIX] commits. regarding: MyIntervals#794, MyIntervals#778 (comment)
This commit resolves the yoda conditions introduced in previous [BUGFIX] commits. regarding: * MyIntervals#794 * MyIntervals#778 (comment) * MyIntervals#805 (review)
… updating baseline. This commit resolves one of the PossiblyNullPropertyAssignmentValue issues identified in src/HtmlProcessor/AbstractHtmlProcessor.php at the expense of identifying various further Null issues regarding: #537 (Note: the following commit messages from the PR are included for completeness, but may overlap with others due to merges/rebases.) * [BUGFIX] partially satisfy psalm, updating baseline This commit resolves the PossiblyNullReference issues introduced by a previous [BUGFIX] in src/HtmlProcessor/AbstractHtmlProcessor.php by refactoring `$this->domDocument->` to `$this->getDomDocument()->` This necessarily alters the body of the previously identified NullableReturnStatement issue. regarding: #537 * [BUGFIX] partially satisfy psalm, updating baseline This commit resolves 1 InvalidNullableReturnType and 1 NullableReturnStatement issue identified in src/HtmlProcessor/AbstractHtmlProcessor.php by throwing an exception if `AbstractHtmlProcessor::$domDocument` has not been set. regarding: #537 * [BUGFIX] satisfy php-cs-fixer This commit resolves the yoda conditions introduced in previous [BUGFIX] commits. regarding: * #794 * #778 (comment) * #805 (review) * [TASK] Add exception code based on UNIX timestamp regarding: #805 (comment) * [CLEANUP] Adjust indentation This commit adjusts the indentation separate from the addition of parenthesis in a previous commit, on the basis of making indentation & line break changes separate from functional changes. regarding: #805 (comment)
This commit resolves the yoda conditions introduced in previous [BUGFIX] commits. regarding: MyIntervals#794, MyIntervals#778 (comment)
regarding: #791, #778 (comment)