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

Commit d9e1858

Browse files
committed
removed dots at the end of @param and @return
1 parent 00f654c commit d9e1858

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
@@ -354,7 +354,7 @@ private function reRegister($prev)
354354
* @param int $line
355355
* @param array $context
356356
*
357-
* @return bool Returns false when no handling happens so that the PHP engine can handle the error itself.
357+
* @return bool Returns false when no handling happens so that the PHP engine can handle the error itself
358358
*
359359
* @throws \ErrorException When $this->thrownErrors requests so
360360
*

ExceptionHandler.php

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

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)