From 68717c2596f68a9a6fd78075e7950623d921e409 Mon Sep 17 00:00:00 2001 From: Matt Harrison Date: Wed, 30 Mar 2022 22:58:49 -0400 Subject: [PATCH] Update comment line number I noticed the line number change when viewing the changes here: https://github.com/rollbar/rollbar-php/pull/562/files and just wanted to fix the comment for you. --- tests/DataBuilderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/DataBuilderTest.php b/tests/DataBuilderTest.php index 55272af7..f0daa338 100644 --- a/tests/DataBuilderTest.php +++ b/tests/DataBuilderTest.php @@ -921,7 +921,7 @@ public function testFramesOrder() 'tests/DataBuilderTest.php', $frames[count($frames)-1]->getFilename() ); - // 900 is the line number where the comment "// A" is found + // 919 is the line number where the comment "// A" is found $this->assertEquals( 919, $frames[count($frames)-1]->getLineno(),