Skip to content

Commit ae0a6ca

Browse files
committed
winp
1 parent 8d688c8 commit ae0a6ca

File tree

8 files changed

+3282
-1407
lines changed

8 files changed

+3282
-1407
lines changed

.php-cs-fixer.cache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"php":"8.3.6","version":"3.68.0:v3.68.0#73f78d8b2b34a0dd65fedb434a602ee4c2c8ad4c","indent":" ","lineEnding":"\n","rules":{"binary_operator_spaces":{"default":"at_least_single_space"},"blank_line_after_opening_tag":true,"blank_line_between_import_groups":true,"blank_lines_before_namespace":true,"braces_position":{"allow_single_line_empty_anonymous_classes":true},"class_definition":{"inline_constructor_arguments":false,"space_before_parenthesis":true},"compact_nullable_type_declaration":true,"declare_equal_normalize":true,"lowercase_cast":true,"lowercase_static_reference":true,"new_with_parentheses":true,"no_blank_lines_after_class_opening":true,"no_extra_blank_lines":{"tokens":["use"]},"no_leading_import_slash":true,"no_whitespace_in_blank_line":true,"ordered_class_elements":{"order":["use_trait"]},"ordered_imports":{"imports_order":["class","function","const"],"sort_algorithm":"none"},"return_type_declaration":true,"short_scalar_cast":true,"single_import_per_statement":{"group_to_single_imports":false},"single_space_around_construct":{"constructs_followed_by_a_single_space":["abstract","as","case","catch","class","const_import","do","else","elseif","final","finally","for","foreach","function","function_import","if","insteadof","interface","namespace","new","private","protected","public","static","switch","trait","try","use","use_lambda","while"],"constructs_preceded_by_a_single_space":["as","else","elseif","use_lambda"]},"single_trait_insert_per_statement":true,"ternary_operator_spaces":true,"unary_operator_spaces":{"only_dec_inc":true},"visibility_required":true,"blank_line_after_namespace":true,"constant_case":true,"control_structure_braces":true,"control_structure_continuation_position":true,"elseif":true,"function_declaration":true,"indentation_type":true,"line_ending":true,"lowercase_keywords":true,"method_argument_space":{"attribute_placement":"ignore","on_multiline":"ensure_fully_multiline"},"no_break_comment":true,"no_closing_tag":true,"no_multiple_statements_per_line":true,"no_space_around_double_colon":true,"no_spaces_after_function_name":true,"no_trailing_whitespace":true,"no_trailing_whitespace_in_comment":true,"single_blank_line_at_eof":true,"single_class_element_per_statement":{"elements":["property"]},"single_line_after_imports":true,"spaces_inside_parentheses":true,"statement_indentation":true,"switch_case_semicolon_to_colon":true,"switch_case_space":true,"encoding":true,"full_opening_tag":true},"hashes":{"src\/OGM.php":"93aae9c7afc8dbfd5aa00bc1d264ad19","src\/Neo4jQueryAPI.php":"30e5405ec8eb4b5dd202b9fb29f89d32","src\/Results\/ResultRow.php":"a355cae3f815c5b12e3eaf09200e9378","src\/Results\/ResultSet.php":"5f7748a356bf0fb30403e3c5a411bd24","src\/Exception\/Neo4jException.php":"891a142e4cb2932f8d3e6bcf9dffe630","src\/Profile.php":"4ee46fef850bdebf767af5cacaa97d32","src\/Objects\/Path.php":"278df6c382797caaac604186216180dd","src\/Objects\/Node.php":"565fcc90fdf0035b9d019541eea500cf","src\/Objects\/ProfiledQueryPlanArguments.php":"e1f4ba1e4701d9c3383eaee1a40c30cf","src\/Objects\/Person.php":"59814ca77fc40d172b232e7c8a638c39","src\/Objects\/Point.php":"085b951053c0edece358b89b5afeac7d","src\/Objects\/ProfiledQueryPlan.php":"4709c2a11e73003fc1c027a6a8a62971","src\/Objects\/Bookmarks.php":"e9a1155f1d871e20880b5d92f92a60cd","src\/Objects\/ResultCounters.php":"548cf41b8590b5e366002a5f80d15ed1","src\/Objects\/Relationship.php":"7bff01461f7156c81c0ab94ca8a6bf53","src\/Transaction.php":"cba4e1ad958b2d15952b74148fd96c21"}}

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"php": "^8.1"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^11.0"
12+
"phpunit/phpunit": "^11.0",
13+
"friendsofphp/php-cs-fixer": "^3.68"
1314
},
1415
"autoload": {
1516
"psr-4": {

0 commit comments

Comments
 (0)