This one is minor, I just post here so you remember to fix it before the next commit
Class: XenForo_DataWriter
Line: 1837
Original
Should be
Anybody can't get load_class_datawriter working, fix it
Keep up the good work! XF is awesome!
Class: XenForo_DataWriter
Line: 1837
Original
PHP:
return new $class($errorHandler, $inject);
Should be
PHP:
return new $createClass($errorHandler, $inject);
Anybody can't get load_class_datawriter working, fix it

Keep up the good work! XF is awesome!