We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67063d3 commit 1585734Copy full SHA for 1585734
Magento2/Tests/Exceptions/ThrowCatchUnitTest.1.inc
@@ -1,6 +1,6 @@
1
<?php
2
3
-// This file contains all false positive cases that we head with this implementation
+// This file contains all false positive cases that were found with previous implementation
4
// Check Exceptions MUST NOT handled in same function should fin nothing there
5
6
/**
@@ -15,4 +15,4 @@ function creatDir()
15
catch (\Magento\Framework\Exception\FileSystemException $e) {
16
throw new \Magento\Framework\Exception\LocalizedException('Nice user friendly message');
17
}
18
-}
+}
0 commit comments