Skip to content

Instantly share code, notes, and snippets.

View maxalmonte14's full-sized avatar

Max maxalmonte14

View GitHub Profile
@maxalmonte14
maxalmonte14 / .php_cs
Last active June 19, 2018 08:46 — forked from jwage/.php_cs
php-cs-fixer PSR-2 git pre commit hook
<?php
return PhpCsFixer\Config::create()
->setRules(array(
'@PSR2' => true,
'array_syntax' => array('syntax' => 'short'),
'combine_consecutive_unsets' => true,
'method_separation' => true,
'no_multiline_whitespace_before_semicolons' => true,
'single_quote' => true,
@maxalmonte14
maxalmonte14 / _v3_accounts.json
Last active July 27, 2023 19:58
ING /v3/accounts 200 response
{
"accounts": [
{
"resourceId": "7de0041d-4f25-4b6c-a885-0bbeb1eab220",
"iban": "NL69INGB0123456789",
"name": "A. Van Dijk",
"product": "Current Account",
"currency": "EUR",
"_links": {
"balances": {