Closed franmomu closed 1 year ago
I would go a step further (in another PR) and remove setters or make them private for mandatory data passed in the constructor like setBucketsPath() or setScript().
setBucketsPath()
setScript()
As discussed above, would be great to open PR's against 7.x with the deprecations.
I would go a step further (in another PR) and remove setters or make them private for mandatory data passed in the constructor like
setBucketsPath()
orsetScript()
.