PHP Classes

File: pint.json

Recommend this page to a friend!
  Classes of ángel cruz   PHP Instapago   pint.json   Download  
File: pint.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Instapago
Process payments with the Instapago API
Author: By
Last change: Resumen de Refactorizaciones - Instapago PHP SDK (#67)

* Refactoring :rocket: :rocket:

* fix description
Date: 3 days ago
Size: 1,386 bytes
 

 

Contents

Class file image Download
{ "preset": "laravel", "rules": { "final_class": true, "combine_consecutive_issets": true, "combine_consecutive_unsets": true, "backtick_to_shell_exec": true, "blank_line_between_import_groups": true, "blank_line_before_statement": true, "method_argument_space": true, "single_trait_insert_per_statement": true, "types_spaces": { "space": "single" }, "declare_strict_types": true, "align_multiline_comment": true, "array_indentation": true, "array_syntax": true, "concat_space": { "spacing": "one" }, "explicit_string_variable": true, "simple_to_complex_string_variable": true, "strict_comparison": true, "mb_str_functions": true, "modernize_types_casting": true, "new_with_parentheses": false, "no_superfluous_elseif": true, "no_useless_else": true, "no_multiple_statements_per_line": true, "array_push": true, "ordered_interfaces": true, "ordered_traits": true, "protected_to_private": true, "self_accessor": true, "self_static_accessor": true, "visibility_required": true, "ternary_to_null_coalescing": true, "use_arrow_functions": true, "modernize_strpos": true } }