����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.217.13.162 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/ideyshare.name.ng/app/libraries/vendor/scrivo/highlight.php/ |
Upload File : |
<?php $finder = PhpCsFixer\Finder::create() ->in('demo') ->in('Highlight') ->in('HighlightUtilities') ->in('test') ->in('tools') ->exclude('lib_dojo') ->exclude('lib_highlight') ; $config = new PhpCsFixer\Config(); return $config ->setRules([ '@PSR1' => true, '@PSR2' => true, '@Symfony' => true, 'array_indentation' => true, 'array_syntax' => ['syntax' => 'long'], 'concat_space' => ['spacing' => 'one'], 'echo_tag_syntax' => ['format' => 'short'], 'no_alias_language_construct_call' => false, 'no_alternative_syntax' => false, 'no_useless_else' => true, 'no_useless_return' => true, 'phpdoc_align' => true, 'phpdoc_order' => true, 'phpdoc_trim_consecutive_blank_line_separation' => true, 'single_quote' => false, 'ternary_to_null_coalescing' => false, 'trailing_comma_in_multiline' => true, 'visibility_required' => false, 'yoda_style' => [ 'equal' => false, 'identical' => false, ], ]) ->setFinder($finder) ;