File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -83,15 +83,15 @@ NR_PHP_WRAPPER_END
83
83
/*
84
84
* Wrap the Slim 3\Slim\Route::run method
85
85
* and
86
- * Slim 4 Slim\\Routing\\Route::run
87
- * which are the happy paths for Slim 3/4 routing.
86
+ * Slim 4 Slim\\Routing\\Route::run
87
+ * which are the happy paths for Slim 3/4 routing.
88
88
* i.e. The router has succesfully matched the URL and dispatched the request
89
89
* to a route.
90
90
*
91
- * In this case, `nr_txn_set_path` is called after `NR_PHP_WRAPPER_CALL` with
92
- * `NR_OK_TO_OVERWRITE` before wrapper_call and as this corresponds to calling
93
- * the last wrapped function call of this type gets to name the txn therefore
94
- * needs a before call for OAPI.
91
+ * In this case, `nr_txn_set_path` is called before `NR_PHP_WRAPPER_CALL` with
92
+ * `NR_OK_TO_OVERWRITE` and as this corresponds to calling the last wrapped
93
+ * function call of this type gets to name the txn; therefore needs a before
94
+ * call for OAPI.
95
95
*/
96
96
NR_PHP_WRAPPER (nr_slim3_4_route_run ) {
97
97
zval * this_var = NULL ;
You can’t perform that action at this time.
0 commit comments