File tree 2 files changed +1
-14
lines changed
2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ composer require okapi/code-transformer
68
68
- [ Limitations] ( #limitations )
69
69
- [ How it works] ( #how-it-works )
70
70
- [ Testing] ( #testing )
71
- - [ TODO] ( #todo )
72
71
73
72
74
73
@@ -332,18 +331,6 @@ Give a ⭐ if this project helped you!
332
331
333
332
334
333
335
- ## TODO
336
-
337
- - Add support for Production/Development environments:
338
- - Production: Cache will not be checked for updates (better performance)
339
- - Development: Cache will be checked for updates (better debugging experience)
340
-
341
- - Create a flowchart (WIP)
342
-
343
- - Cache lifetime
344
-
345
-
346
-
347
334
## 🙏 Thanks
348
335
349
336
- Big thanks to [ lisachenko] ( https://github.com/lisachenko ) for their pioneering
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ private function saveCacheState(): void
185
185
// Create the cache state array
186
186
$ cacheStateArray = array_map (
187
187
fn (CacheState $ cacheState ) => $ cacheState ->toArray (),
188
- array_merge ($ this ->newCacheState , $ this ->cacheState ),
188
+ array_merge ($ this ->cacheState , $ this ->newCacheState ),
189
189
);
190
190
191
191
// Set the hash
You can’t perform that action at this time.
0 commit comments