Completed
Push — master ( 9763f6...fec09f )
by Michael
11s
created
htdocs/class/libraries/vendor/composer/autoload_static.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -188,6 +188,9 @@
 block discarded – undo
188 188
         'Xmf\\Yaml' => __DIR__ . '/..' . '/xoops/xmf/src/Xmf/Yaml.php',
189 189
     );
190 190
 
191
+    /**
192
+     * @return callable
193
+     */
191 194
     public static function getInitializer(ClassLoader $loader)
192 195
     {
193 196
         return \Closure::bind(function () use ($loader) {
Please login to merge, or discard this patch.