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

Sign up
Appearance settings

Commit f466523

Browse files
Formatting fixes
1 parent b879483 commit f466523

8 files changed

+7
-13
lines changed

‎autoload.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ class_alias(
55
\PHPUnit\Framework\MockObject\Rule\InvocationOrder::class,
66
\PHPUnit\Framework\MockObject\Matcher\Invocation::class
77
);
8-
}
9-
elseif (! interface_exists(\PHPUnit\Framework\MockObject\Matcher\Invocation::class)) {
8+
} elseif (! interface_exists(\PHPUnit\Framework\MockObject\Matcher\Invocation::class)) {
109
class_alias(
1110
\PHPUnit_Framework_MockObject_Matcher_Invocation::class,
1211
\PHPUnit\Framework\MockObject\Matcher\Invocation::class
@@ -51,15 +50,17 @@ class_alias(
5150
}
5251

5352
if (!class_exists(\PHPUnit\Framework\MockObject\InvocationHandler::class)
54-
&& !interface_exists(\PHPUnit\Framework\MockObject\Stub\MatcherCollection::class)) {
53+
&& !interface_exists(\PHPUnit\Framework\MockObject\Stub\MatcherCollection::class)
54+
) {
5555
class_alias(
5656
\PHPUnit_Framework_MockObject_Stub_MatcherCollection::class,
5757
\PHPUnit\Framework\MockObject\Stub\MatcherCollection::class
5858
);
5959
}
6060

6161
if (!class_exists(\PHPUnit\Framework\MockObject\InvocationHandler::class)
62-
&& !class_exists(\PHPUnit\Framework\MockObject\InvocationMocker::class)) {
62+
&& !class_exists(\PHPUnit\Framework\MockObject\InvocationMocker::class)
63+
) {
6364
class_alias(
6465
\PHPUnit_Framework_MockObject_InvocationMocker::class,
6566
\PHPUnit\Framework\MockObject\InvocationMocker::class

‎classes/DefaultArgumentRemoverNoReturnTypes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*/
1717
class DefaultArgumentRemoverNoReturnTypes implements InvocationInterface
1818
{
19-
2019
/**
2120
* @SuppressWarnings(PHPMD)
2221
*/

‎classes/DefaultArgumentRemoverReturnTypes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*/
1717
class DefaultArgumentRemoverReturnTypes implements InvocationInterface
1818
{
19-
2019
/**
2120
* @SuppressWarnings(PHPMD)
2221
*/

‎classes/MockDisablerPHPUnit6.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919
class MockDisablerPHPUnit6 extends BaseTestListener
2020
{
21-
2221
/**
2322
* @var Deactivatable The function mocks.
2423
*/

‎classes/MockDisablerPHPUnit7.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919
class MockDisablerPHPUnit7 extends BaseTestListener
2020
{
21-
2221
/**
2322
* @var Deactivatable The function mocks.
2423
*/

‎classes/MockObjectProxyNoReturnTypes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
*/
1717
class MockObjectProxyNoReturnTypes implements MockObject
1818
{
19-
2019
/**
2120
* @var MockObject $mockObject The mock object.
2221
*/

‎classes/MockObjectProxyReturnTypes.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818
*/
1919
class MockObjectProxyReturnTypes implements MockObject
2020
{
21-
2221
/**
2322
* @var MockObject $mockObject The mock object.
2423
*/
2524
private $mockObject;
26-
25+
2726
/**
2827
* Inject the subject.
2928
*
@@ -33,7 +32,7 @@ public function __construct(MockObject $mockObject)
3332
{
3433
$this->mockObject = $mockObject;
3534
}
36-
35+
3736
/**
3837
* @SuppressWarnings(PHPMD)
3938
*/

‎classes/MockObjectProxyReturnTypes84.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919
class MockObjectProxyReturnTypes84 implements MockObject
2020
{
21-
2221
/**
2322
* @var MockObject $mockObject The mock object.
2423
*/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /