Skip to content

Commit f869ee2

Browse files
authored
Merge pull request #895 from cloudinary/fix/php-8.2-warning
Declare variable
2 parents 2d3b172 + 51fc5a2 commit f869ee2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

php/class-plugin.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ final class Plugin {
8282
*/
8383
public $dir_url;
8484

85+
/**
86+
* The plugin file.
87+
*
88+
* @var string
89+
*/
90+
protected $plugin_file;
91+
8592
/**
8693
* Directory in plugin containing autoloaded classes.
8794
*

0 commit comments

Comments
 (0)