This repository was archived by the owner on Dec 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ private function reRegister($prev)
354
354
* @param int $line
355
355
* @param array $context
356
356
*
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
358
358
*
359
359
* @throws \ErrorException When $this->thrownErrors requests so
360
360
*
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public function setHandler($handler)
94
94
*
95
95
* @param string $format The format for links to source files
96
96
*
97
- * @return string The previous file link format.
97
+ * @return string The previous file link format
98
98
*/
99
99
public function setFileLinkFormat ($ format )
100
100
{
Original file line number Diff line number Diff line change 18
18
class DebugClassLoaderTest extends \PHPUnit_Framework_TestCase
19
19
{
20
20
/**
21
- * @var int Error reporting level before running tests.
21
+ * @var int Error reporting level before running tests
22
22
*/
23
23
private $ errorReporting ;
24
24
You can’t perform that action at this time.
0 commit comments