@@ -188,6 +188,9 @@ |
||
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) { |