Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit a758e7a

Browse files
committed
Fixed
1 parent 8913043 commit a758e7a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

examples/LanguageDeprecations.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ function LanguageDeprecations() {
77
}
88

99
public function test() {
10-
$b =& new Bar();
11-
1210
call_user_method('methodName', $b);
1311
$b->methodCall(&$b);
1412
}

tests/Console/Command/CheckCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testCommandWithExampleCodeWorks()
6868
$this->executeCommand('examples', 'examples');
6969

7070
$this->assertEquals(0, $this->commandTester->getStatusCode());
71-
$this->assertRegExp('/34 deprecations found/', $this->commandTester->getDisplay());
71+
$this->assertRegExp('/33 deprecations found/', $this->commandTester->getDisplay());
7272
}
7373

7474
public function testCommandWithFailOption()

0 commit comments

Comments
 (0)