<?xml version="1.0"?>
<ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="ExpandRulesetReferenceTest" xsi:noNamespaceSchemaLocation="https://schema.phpcodesniffer.com/phpcs.xsd">

    <!-- Error handling: Case mismatch, will only error on case sensitive OSes.
         Correct case would be: PSR12.Functions.ReturnTypeDeclaration - note the capital T in the sniff name,
         i.e. matching the case of the standard, category and sniff class name exactly. -->
    <rule ref="PSR12.Functions.ReturntypeDeclaration"/>

</ruleset>
