summaryrefslogtreecommitdiff
blob: 27253438bdfaa89d71ba306ec82bd69b839032da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

/**
 * https://www.php.net/manual/en/yaml.constants.php
 */
define( 'YAML_UTF8_ENCODING', 1 );

/**
 * stub for suggested mustangostang/spyc
 * @phpcs:disable MediaWiki.Files,MediaWiki.NamingConventions
 */

/**
 * @param string $string
 * @return array
 */
function spyc_load( $string ) {
}