Skip to content

Commit bfe9caf

Browse files
committed
MAGETWO-55825: Delivery to mainlie
1 parent e197eb0 commit bfe9caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Exception/TemporaryState/CouldNotSaveException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class CouldNotSaveException extends LocalizedCouldNotSaveException implements Te
1818
* Class constructor
1919
*
2020
* @param Phrase $phrase The Exception message to throw.
21-
* @param int $code [optional] The Exception code.
2221
* @param \Exception $previous [optional] The previous exception used for the exception chaining.
22+
* @param int $code [optional] The Exception code.
2323
*/
2424
public function __construct(Phrase $phrase, \Exception $previous = null, $code = 0)
2525
{

0 commit comments

Comments
 (0)