-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Remove obsolete versionadded in 3.4 #11080
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
Remove obsolete versionadded in 3.4 #11080
Conversation
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes symfony#11073). Discussion ---------- use correct code-block <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 7ff8c9b use correct code-block
This PR was merged into the 3.4 branch. Discussion ---------- Minor "Review comments" tweaks Just some minor consistency tweaks & typo fixes :) Commits ------- a1bd4ee Minor "Review comments" tweaks
…behaves like version… (OskarStark) This PR was merged into the 3.4 branch. Discussion ---------- removed versionadded, fixed count and note which behaves like version… …added <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 04ac2c7 removed versionadded, fixed count and note which behaves like versionadded
c1bfae8
to
8978214
Compare
8978214
to
914500e
Compare
Is it possible that this PR has some wrong commits? It looks a bit strange now. Thanks. |
Will check later 👍🏻 |
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.
Apart minor comments, big 👍 from me, thanks!
@@ -91,34 +91,34 @@ Don't use hyperbole ("always", "never", "endlessly", "nothing", "worst", "horrib | |||
**Don't:** *"I don't like how you wrote this code"* - there is no clear explanation why you | |||
don't like how it's written. | |||
|
|||
**Better:** *"I find it hard to read this code as there many nested if statements, can you make it more | |||
readable? By encapsulating some of it's details or maybe adding some comments to explain the overall logic."* - | |||
**Better:** *"I find it hard to read this code as there is many nested if statements, can you make it more |
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.
there are
**Better:** *"I find it hard to read this code as there many nested if statements, can you make it more | ||
readable? By encapsulating some of it's details or maybe adding some comments to explain the overall logic."* - | ||
**Better:** *"I find it hard to read this code as there is many nested if statements, can you make it more | ||
readable? By encapsulating some of its details or maybe adding some comments to explain the overall logic."* - |
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.
the?
|
||
* ``Symfony 3 still uses PHP 5 and doesn't allow the usage scalar type-hints.``. | ||
* "Symfony 3 still uses PHP 5 and doesn't allow the usage scalar type-hints." |
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.
the usage of
|
||
* Code doesn't match Symfony's CS rules (e.g. use ``[]`` instead of ``array()``) | ||
* "Code doesn't match Symfony's CS rules (e.g. use ``[]`` instead of ``array()``)" |
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.
Can be removed now I guess
Also we should target 3.4 here. |
Then remove useless notices in another PR targetting 4.2. |
Hmm you are right, lets close it for now, I will check that |
No description provided.