Skip to content

Commit d2bd683

Browse files
Minor tweaks
1 parent d6fc34b commit d2bd683

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Magento2/Tests/CodeAnalysis/EmptyBlockUnitTest.inc

+1-3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,4 @@ function emptyFunction () { /*Empty function block*/ }
7575

7676
function nonEmptyFunction () { return true; }
7777

78-
function aroundEmptyFunction ($foo, $bar) {
79-
80-
}
78+
function aroundEmptyFunction ($foo, $bar) { }

0 commit comments

Comments
 (0)