madflow
823fbdb43f
php-cs-fixer fix
2017-10-04 13:32:54 +02:00
madflow
2797052c54
make tests pass again
2017-09-29 14:47:33 +02:00
madflow
6971a793ef
merge, resolve conflicts
2017-09-29 11:22:39 +02:00
Adrien Loison
b968513cb9
Fix code style
2017-09-06 00:33:43 +02:00
Adrien Loison
4ec3a21170
Random DI improvements ( #458 )
...
* Add random DI improvements
Fixing things that were previously missed
* Split InternalFactory into Manager and Helper factories
2017-08-27 01:44:20 +02:00
Adrien Loison
b7e46740ce
Refactor readers for better di ( #457 )
...
* Refactor readers to get a proper DI
Similar to what was done with writers, readers also needed to be updated to match the new way of doing things.
This commits promotes a better DI (factories, injection through constructors).
* Escapers should not be singletons
Instead, they should be proper object that can be injected where needed.
2017-08-27 00:01:17 +02:00
madflow
99c327ba84
rename method
2017-07-31 21:10:48 +02:00
madflow
169dc262ab
typo in method name
2017-07-31 21:09:16 +02:00
madflow
46c8e77cea
first changes
2017-07-20 21:22:46 +02:00
madflow
97cdd0c627
implement cell styling and row objects
2017-07-20 21:22:46 +02:00
Adrien Loison
3bb4fd3d48
Move Sheet to Common/Entity ( #438 )
...
... and introduce a SheetManager
2017-05-30 16:49:07 +02:00
Adrien Loison
cc9a0b526b
Refactory Writer Styles to match new code organization ( #433 )
...
Decomposed old StyleHelper into StyleManager, StyleRegistry and StyleMerger.
2017-05-30 13:05:18 +02:00
Adrien Loison
238756ab6e
Move Style classes into Common folder ( #432 )
2017-05-30 00:56:50 +02:00
Adrien Loison
c4e25a168e
Move entities and managers back to Common ( #431 )
2017-05-29 23:28:10 +02:00