Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1585734

Browse filesBrowse files
authored
Update ThrowCatchUnitTest.1.inc
1 parent 67063d3 commit 1585734
Copy full SHA for 1585734

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎Magento2/Tests/Exceptions/ThrowCatchUnitTest.1.inc

Copy file name to clipboardExpand all lines: Magento2/Tests/Exceptions/ThrowCatchUnitTest.1.inc
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.