We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5263dc commit 5804b8bCopy full SHA for 5804b8b
README.md
@@ -261,6 +261,7 @@ class HelloWorld {
261
private function prepareSentence($firstName)
262
{
263
$sentence = 'Hello';
264
+
265
if ('foo' === $firstName) {
266
$sentence .= ' ' . $firstName;
267
}
@@ -279,6 +280,7 @@ class HelloWorld {
279
280
281
282
283
284
$firstNameIsValid = 'foo' === $firstName;
285
286
if ($firstNameIsValid) {
doc/refactoring-toolbox.txt
@@ -217,6 +217,7 @@ class HelloWorld {
217
218
219
220
221
222
223
0 commit comments