jenkins-bot has submitted this change and it was merged.

Change subject: Explicitly define $ffs as class property
......................................................................


Explicitly define $ffs as class property

Change-Id: I7f574c21c030c52d0866543bbd3924c8a268f25c
---
M tests/phpunit/ffs/RubyYamlFFSTest.php
1 file changed, 4 insertions(+), 3 deletions(-)

Approvals:
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/tests/phpunit/ffs/RubyYamlFFSTest.php 
b/tests/phpunit/ffs/RubyYamlFFSTest.php
index a3d94bb..3629b2e 100644
--- a/tests/phpunit/ffs/RubyYamlFFSTest.php
+++ b/tests/phpunit/ffs/RubyYamlFFSTest.php
@@ -1,11 +1,12 @@
 <?php
 
 class RubyYamlFFSTest extends MediaWikiTestCase {
-       /**
-        * @var MessageGroup
-        */
+       /** @var MessageGroup */
        protected $group;
 
+       /** @var FFS */
+       protected $ffs;
+
        protected $groupConfiguration = array(
                'BASIC' => array(
                        'class' => 'FileBasedMessageGroup',

-- 
To view, visit https://gerrit.wikimedia.org/r/102663
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I7f574c21c030c52d0866543bbd3924c8a268f25c
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to