- Issue created by @Binoli Lalani
- Merge request !6Issue #3350621: Fix the issues reported by phpcs → (Merged) created by Binoli Lalani
- Issue was unassigned.
- Status changed to Needs review
about 2 years ago 12:09pm 27 March 2023 - 🇮🇳India Binoli Lalani Gujarat
- Status changed to Needs work
about 2 years ago 12:56pm 27 March 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
- // @todo: distinct? + // @todo distinct?
What follows @todo must be a sentence, but not an interrogative sentence.
- // @todo: Please convert this statement to the D7 database API syntax. + // @todo Please convert this statement to the D7 database API syntax.
Please is not necessary. The sentence should use the imperative mood.
- $user = $this->drupalCreateUser(['administer taxonomy', 'order nodes within categories']); + $users = ['administer taxonomy', 'order nodes within categories']; + + $user = $this->drupalCreateUser($users);
It is probably better to leave the code as it is.
Also, those are permissions, not users. The variable has the wrong name. - Status changed to Needs review
about 2 years ago 1:24pm 28 March 2023 - 🇮🇳India Binoli Lalani Gujarat
Hello @apaderno,
Thank you for reviewing the MR. I have updated the code as requested. Please review.
Thank you!
- Status changed to Needs work
about 1 year ago 9:33pm 12 March 2024 - First commit to issue fork.
- First commit to issue fork.
- Status changed to Needs review
about 1 year ago 5:54am 13 March 2024 -
davps →
committed d21b568c on 2.x authored by
Binoli Lalani →
Issue #3350621 by Binoli Lalani, davps, apaderno, pray_12, Shruu_rao:...
-
davps →
committed d21b568c on 2.x authored by
Binoli Lalani →
- Status changed to Fixed
about 1 year ago 12:05pm 13 March 2024 Automatically closed - issue fixed for 2 weeks with no activity.