Sebastian Bergmann
7eb922f18c
Closes #61
2024-06-18 08:31:36 +02:00
Sebastian Bergmann
f2788021e5
Prepare release
2024-06-18 08:10:34 +02:00
Sebastian Bergmann
be167d0eb5
Import constant
2024-06-18 08:06:22 +02:00
Sebastian Bergmann
ccd8dc8214
Fix CS/WS issues
2024-06-18 08:05:44 +02:00
Sebastian Bergmann
afcdc8f120
Update ChangeLog
2024-06-18 08:04:37 +02:00
Sebastian Bergmann
d04fbb0ae5
Narrow types
2024-06-18 08:01:21 +02:00
Sebastian Bergmann
b04e1d6a3f
Fix CS/WS issues
2024-06-18 08:01:15 +02:00
Markus Staab
085f6917da
simplify
2024-06-18 07:53:22 +02:00
Markus Staab
f5ba9b0010
better method name
2024-06-18 07:53:22 +02:00
Markus Staab
c28aa4bd1b
count items recursively
2024-06-18 07:53:22 +02:00
Markus Staab
62e4121f1e
turn limit into property
2024-06-18 07:53:22 +02:00
Markus Staab
d905fc3460
fix typo
2024-06-18 07:53:22 +02:00
Markus Staab
ec1990caf8
cs
2024-06-18 07:53:22 +02:00
Markus Staab
f0a267833b
added test
2024-06-18 07:53:22 +02:00
Markus Staab
690fffd255
Shorten big arrays to speedup phpunit
2024-06-18 07:53:22 +02:00
Markus Staab
208c14fa3a
Take shortcut when exporting a string
2024-06-18 07:52:40 +02:00
Sebastian Bergmann
a2f0736101
Prepare release
...
* When I created the 6.0.2 tag, I only ran the tests locally without code coverage
* When I pushed the 6.0.2 tag, the CI pipeline failed
* Upon seeing the CI pipeline, I deleted the 6.0.2 tag (within seconds after pushing it). I also deleted the 6.0.2 release on packagist.org
* As it turned out, the CI pipeline only failed because of bad code coverage metadata (after d0d99db563 )
* In hindsight, pulling the release was an overreaction that should have been avoided
2024-06-17 09:52:43 +02:00
Sebastian Bergmann
0f06f75ff1
Fix code coverage metadata
2024-06-17 09:44:47 +02:00
Sebastian Bergmann
fe0dca49a6
Prepare release
2024-06-17 09:42:00 +02:00
Sebastian Bergmann
d0d99db563
Revert #56
2024-06-17 09:39:18 +02:00
Markus Staab
9d93450ecd
cs
2024-06-17 07:07:24 +02:00
Markus Staab
6142168041
Remove unnecessary sprintf() in hot path
2024-06-17 07:07:24 +02:00
Sebastian Bergmann
22b394a681
Update tools
2024-06-12 14:11:34 +02:00
Sebastian Bergmann
4e99f4fac5
Bump
2024-06-12 14:09:39 +02:00
Sebastian Bergmann
b9c7cad904
Merge branch '5.1'
2024-04-04 08:31:26 +02:00
Sebastian Bergmann
c409c34cd8
Simplify
2024-04-04 08:29:29 +02:00
Sebastian Bergmann
aa77741995
Cast resource to int
2024-04-04 08:26:51 +02:00
Sebastian Bergmann
fa244dedb8
Add tests
2024-04-04 08:20:43 +02:00
Sebastian Bergmann
6d31e7fadc
Tweak data set name
2024-04-04 08:08:38 +02:00
Sebastian Bergmann
c3fc36ffa7
Do not remove function and method calls
2024-04-04 08:07:15 +02:00
Sebastian Bergmann
4f62befcd6
Eliminate superfluous exception handling
2024-04-04 08:02:12 +02:00
Sebastian Bergmann
84efbdb28c
Refactor
2024-04-04 08:01:34 +02:00
Sebastian Bergmann
7d536b243c
Merge branch '5.1'
2024-04-04 07:48:00 +02:00
Sebastian Bergmann
dd4efe28ba
Set up Infection
2024-04-04 07:47:57 +02:00
Sebastian Bergmann
142f0fbcbc
Simplify
2024-03-31 13:45:49 +02:00
Sebastian Bergmann
00294255d0
Depend on ObjectExporter interface instead on ObjectExporterChain implementation
2024-03-31 13:45:42 +02:00
Sebastian Bergmann
54d89d31b3
Test with indentation
2024-03-31 10:05:26 +02:00
Sebastian Bergmann
faa8abd384
Declare parameter types
2024-03-31 09:04:55 +02:00
Sebastian Bergmann
f6bc492db0
Make export of objects customizable
2024-03-31 08:51:37 +02:00
Sebastian Bergmann
8f75583f15
Refactor
2024-03-31 08:34:19 +02:00
Sebastian Bergmann
cb811556a5
Avoid potentially expensive toArray() call
2024-03-31 08:23:13 +02:00
Sebastian Bergmann
354a70d309
Merge branch '5.1'
2024-03-31 08:20:28 +02:00
Sebastian Bergmann
58c3825286
Refactor
2024-03-31 08:20:24 +02:00
Sebastian Bergmann
13ed8a0a39
Rename data sets
2024-03-31 08:15:21 +02:00
Sebastian Bergmann
92f21fd9f9
Declare class readonly
2024-03-29 09:24:22 +01:00
Sebastian Bergmann
a083a44573
Revert "Remove the optional $indentation parameter of Exporter::export()"
...
This reverts commit 72681ebecb .
2024-03-29 09:05:59 +01:00
Sebastian Bergmann
651e4be651
Improve naming
2024-03-29 09:02:43 +01:00
Sebastian Bergmann
2826e566b7
Revert "Make Exporter::toArray() private"
...
This reverts commit beee162c51 .
2024-03-29 09:01:21 +01:00
Sebastian Bergmann
25252806b8
Revert "Rename method"
...
This reverts commit e983d088fd .
2024-03-29 09:01:20 +01:00
Sebastian Bergmann
da0d6e7264
Revert "Refactor"
...
This reverts commit 1d1a003cfa .
2024-03-29 09:01:19 +01:00