Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 2477199

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: removed dots at the end of @param and @return fixed typo
2 parents c7d6d8a + d9e1858 commit 2477199

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ private function reRegister($prev)
380380
* @param int $line
381381
* @param array $context
382382
*
383-
* @return bool Returns false when no handling happens so that the PHP engine can handle the error itself.
383+
* @return bool Returns false when no handling happens so that the PHP engine can handle the error itself
384384
*
385385
* @throws \ErrorException When $this->thrownErrors requests so
386386
*

ExceptionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function setHandler($handler)
9696
*
9797
* @param string $format The format for links to source files
9898
*
99-
* @return string The previous file link format.
99+
* @return string The previous file link format
100100
*/
101101
public function setFileLinkFormat($format)
102102
{

Tests/DebugClassLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class DebugClassLoaderTest extends \PHPUnit_Framework_TestCase
1919
{
2020
/**
21-
* @var int Error reporting level before running tests.
21+
* @var int Error reporting level before running tests
2222
*/
2323
private $errorReporting;
2424

0 commit comments

Comments
 (0)