aboutsummaryrefslogblamecommitdiffstats
path: root/.phpcs.xml
blob: 8e4292f8f20bab336f06d402d9af82a465ad18fc (plain) (tree)























                                                                 
<?xml version="1.0"?>

<!--
SPDX-FileCopyrightText: 2024 Eilertsens Kodeknekkeri
SPDX-FileCopyrightText: 2024 Harald Eilertsen

SPDX-License-Identifier: CC0-1.0
-->

<ruleset
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    name="PHP_CodeSniffer"
    xsi:noNamespaceSchemaLocation="phpcs.xsd"
    >

    <description>PHP CodeSniffer config for Webtrap</description>

    <file>index.php</file>
    <file>src</file>

    <rule ref="PSR12">
    </rule>

</ruleset>