From 7187ab859db71fd706a6ea67587b21ad0fe588df Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 31 Jul 2022 09:15:00 +0300 Subject: fork masterminds html5-php --- .../af_readability/vendor/masterminds/html5/.php_cs.dist | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugins/af_readability/vendor/masterminds/html5/.php_cs.dist (limited to 'plugins/af_readability/vendor/masterminds/html5/.php_cs.dist') diff --git a/plugins/af_readability/vendor/masterminds/html5/.php_cs.dist b/plugins/af_readability/vendor/masterminds/html5/.php_cs.dist new file mode 100644 index 000000000..d5e49183d --- /dev/null +++ b/plugins/af_readability/vendor/masterminds/html5/.php_cs.dist @@ -0,0 +1,14 @@ +in(__DIR__) +; + +return PhpCsFixer\Config::create() + ->setRules(array( + '@Symfony' => true, + 'concat_space' => array('spacing' => 'one'), + 'phpdoc_annotation_without_dot' => false, + )) + ->setFinder($finder) +; -- cgit v1.2.3