# sharing-image/2.0.13/vendor/antonlukin/poster-editor/phpcs.xml

Sharing Image, version 2.0.13. 13 lines.

- Page: https://pluginprobe.com/plugins/sharing-image/2.0.13/code/vendor/antonlukin/poster-editor/phpcs.xml
- Raw: https://pluginprobe.com/plugins/sharing-image/2.0.13/raw/vendor/antonlukin/poster-editor/phpcs.xml
- Modified: 2021-11-04T11:20:16+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sharing-image/2.0.13/code/vendor/antonlukin/poster-editor/phpcs.xml#L10-L20`.

```xml
<?xml version="1.0"?>
<ruleset name="Custom">
    <description>Custom PEAR</description>
    <rule ref="PEAR">
        <exclude name="PEAR.WhiteSpace.ScopeIndent"/>
    </rule>
    <rule ref="Generic.WhiteSpace.ScopeIndent"/>
    <rule ref="Generic.Files.LineLength">
        <properties>
            <property name="lineLimit" value="160"/>
        </properties>
    </rule>
</ruleset>
```
