Skip to content

Commit 0616a77

Browse files
committed
Fix #409: PHP 8.2 deprecation warning
Declare SourceIntegration::$changeset property.
1 parent 8ef983d commit 0616a77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Source/SourceIntegration.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
* Child plugin handling the framework's integration with the MantisBT UI
1010
*/
1111
final class SourceIntegrationPlugin extends MantisSourceBase {
12+
13+
/** @var SourceChangeset[] */
14+
protected $changesets;
15+
1216
function register() {
1317
$this->name = plugin_lang_get( 'title', 'Source' );
1418
$this->version = self::FRAMEWORK_VERSION;

0 commit comments

Comments
 (0)