File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ protected function run(): void
226226 }
227227
228228 /**
229- * Class of created config. It's useful if you want to implment getters for
230- * parameters in your config. It's prefferable to accessing configuration
229+ * Class of created config. It's useful if you want to implement getters for
230+ * parameters in your config. It's preferable to accessing configuration
231231 * keys as arrays.
232232 */
233233 protected function getConfigClass (): string
Original file line number Diff line number Diff line change 1212
1313/**
1414 * Offers basic abstraction over the JSON config. You can extend it and add your own getters for custom parameters.
15- * It's then easier to use them then to remember under which key they are in the paramteres array.
15+ * It's then easier to use them then to remember under which key they are in the parameters array.
1616 */
1717class BaseConfig implements ConfigInterface
1818{
You can’t perform that action at this time.
0 commit comments