55 namespace TestData
66 {
77 use Exception ;
8- // ^^^^^^^^^ reference scip-php composer php 8.4.19 Exception#
8+ // ^^^^^^^^^ reference scip-php composer php 8.5.4 Exception#
99
1010 final class ClassH extends Exception
1111// ^^^^^^ definition scip-php composer davidrjenni/scip-php-test 2879a47ba00225b1d0cf31ebe8b9fc7f6cd28be5 TestData/ClassH#
1212// documentation
1313// > ```php
1414// > final class ClassH extends Exception
1515// > ```
16- // ^^^^^^^^^ reference scip-php composer php 8.4.19 Exception#
16+ // ^^^^^^^^^ reference scip-php composer php 8.5.4 Exception#
1717 {
1818
1919 public function __construct ()
@@ -24,8 +24,8 @@ public function __construct()
2424// > ```
2525 {
2626 parent ::__construct ();
27- // ^^^^^^ reference scip-php composer php 8.4.19 Exception#
28- // ^^^^^^^^^^^ reference scip-php composer php 8.4.19 Exception#__construct().
27+ // ^^^^^^ reference scip-php composer php 8.5.4 Exception#
28+ // ^^^^^^^^^^^ reference scip-php composer php 8.5.4 Exception#__construct().
2929 }
3030
3131 public function h1 (): int
@@ -40,7 +40,7 @@ public function h1(): int
4040// ^^ reference scip-php composer davidrjenni/scip-php-test 2879a47ba00225b1d0cf31ebe8b9fc7f6cd28be5 TestData/ClassF#f2().
4141// ^^ reference scip-php composer davidrjenni/scip-php-test 2879a47ba00225b1d0cf31ebe8b9fc7f6cd28be5 TestData/ClassA#a2().
4242 return $ this ->getCode () + fun2 ()->a2 () * $ x ;
43- // ^^^^^^^ reference scip-php composer php 8.4.19 Exception#getCode().
43+ // ^^^^^^^ reference scip-php composer php 8.5.4 Exception#getCode().
4444// ^^^^ reference scip-php composer davidrjenni/scip-php-test 2879a47ba00225b1d0cf31ebe8b9fc7f6cd28be5 fun2().
4545// ^^ reference scip-php composer davidrjenni/scip-php-test 2879a47ba00225b1d0cf31ebe8b9fc7f6cd28be5 TestData/ClassA#a2().
4646 }
0 commit comments