Merge "lockmanager: sort key by bucket in QuorumLockManager::doLockByType"
[lhc/web/wiklou.git] / includes / parser / PPDPart_Hash.php
index 7507f06..327dd77 100644 (file)
@@ -25,6 +25,9 @@
 // phpcs:ignore Squiz.Classes.ValidClassName.NotCamelCaps
 class PPDPart_Hash extends PPDPart {
 
+       /**
+        * @param string $out
+        */
        public function __construct( $out = '' ) {
                if ( $out !== '' ) {
                        $accum = [ $out ];