Skip to content

Commit 58397be

Browse files
committed
Split IArray into IStruct and ITable and introduce direction Table.
Adapted fromArray methods to now use struct and table instead of array. Adapted all tests to pass with the new Table constructor parameter.
1 parent 72ed2f5 commit 58397be

File tree

12 files changed

+250
-119
lines changed

12 files changed

+250
-119
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^7.0",
2121
"ext-json": "*",
22-
"php-sap/interfaces": "^2.0",
22+
"php-sap/interfaces": "dev-master",
2323
"php-sap/datetime": "^1.2"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)