Skip to content

Commit f698790

Browse files
committed
Apply fixes from StyleCI
1 parent 87565e0 commit f698790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/InvalidArgumentException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
final class InvalidArgumentException extends ArgumentException
88
{
99
protected const EXCEPTION_MESSAGE = 'Invalid argument "%s" when calling "%s"%s. Non-interface argument should be'
10-
. ' named explicitly when passed.';
10+
. ' named explicitly when passed.';
1111
}

src/MissingInternalArgumentException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
final class MissingInternalArgumentException extends ArgumentException
88
{
99
protected const EXCEPTION_MESSAGE = 'Can not determine default value of parameter "%s" when calling "%s"%s because'
10-
. ' it is PHP internal. Please specify argument explicitly.';
10+
. ' it is PHP internal. Please specify argument explicitly.';
1111
}

0 commit comments

Comments
 (0)