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 @@ -380,7 +380,7 @@ private function reRegister($prev)
380
380
* @param int $line
381
381
* @param array $context
382
382
*
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
384
384
*
385
385
* @throws \ErrorException When $this->thrownErrors requests so
386
386
*
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ public function setHandler($handler)
96
96
*
97
97
* @param string $format The format for links to source files
98
98
*
99
- * @return string The previous file link format.
99
+ * @return string The previous file link format
100
100
*/
101
101
public function setFileLinkFormat ($ format )
102
102
{
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