Skip to content

Commit 1585734

Browse files
authored
Update ThrowCatchUnitTest.1.inc
1 parent 67063d3 commit 1585734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Magento2/Tests/Exceptions/ThrowCatchUnitTest.1.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
// This file contains all false positive cases that we head with this implementation
3+
// This file contains all false positive cases that were found with previous implementation
44
// Check Exceptions MUST NOT handled in same function should fin nothing there
55

66
/**
@@ -15,4 +15,4 @@ function creatDir()
1515
catch (\Magento\Framework\Exception\FileSystemException $e) {
1616
throw new \Magento\Framework\Exception\LocalizedException('Nice user friendly message');
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)