Skip to content

Commit 75b09f8

Browse files
committed
eol
1 parent 7c40c7e commit 75b09f8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

rules-tests/CodeQuality/Rector/Coalesce/CoalesceToTernaryRector/Fixture/skip_docblock_based.php.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ class SkipDocblockBased
1111
{
1212
return $name ?? 'tom';
1313
}
14-
}
14+
}

rules-tests/CodeQuality/Rector/Coalesce/CoalesceToTernaryRector/Fixture/skip_mixed_type.php.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ class SkipMixedType
88
{
99
return $name ?? 'tom';
1010
}
11-
}
11+
}

rules-tests/CodeQuality/Rector/Coalesce/CoalesceToTernaryRector/Fixture/skip_not_defined.php.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ class SkipNotDefined
88
{
99
return $name ?? 'tom';
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)