Skip to content

Commit

Permalink
PSR Normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Pando committed Jul 24, 2018
1 parent 30d4c17 commit 96d32f1
Show file tree
Hide file tree
Showing 60 changed files with 82 additions and 695 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Cryptomkt\\Exchange\\": "src/"
"psr-4": {
"Cryptomkt\\": "src/"
}
},
"autoload-dev": {
"psr-4": { "Cryptomkt\\Exchange\\Tests\\": "tests/" }
"psr-4": { "Cryptomkt\\Tests\\": "tests/" }
},
"minimum-stability": "dev",
"require": {
Expand Down
260 changes: 0 additions & 260 deletions src/ActiveRecord/AccountActiveRecord.php

This file was deleted.

30 changes: 0 additions & 30 deletions src/ActiveRecord/ActiveRecordContext.php

This file was deleted.

29 changes: 0 additions & 29 deletions src/ActiveRecord/AddressActiveRecord.php

This file was deleted.

11 changes: 0 additions & 11 deletions src/ActiveRecord/BaseActiveRecord.php

This file was deleted.

24 changes: 0 additions & 24 deletions src/ActiveRecord/BuyActiveRecord.php

This file was deleted.

Loading

0 comments on commit 96d32f1

Please sign in to comment.