Skip to content

Commit 630ea11

Browse files
mpchadwickihor-sviziev
authored andcommitted
Add type hint
1 parent 4d8c702 commit 630ea11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/NewRelicReporting/Model/NewRelicWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function reportError($exception)
4747
* @param string $appName
4848
* @return void
4949
*/
50-
public function setAppName($appName)
50+
public function setAppName(string $appName)
5151
{
5252
if (extension_loaded('newrelic')) {
5353
newrelic_set_appname($appName);

0 commit comments

Comments
 (0)