File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,3 @@ insert_final_newline = true
77indent_style = space
88indent_size = 4
99trim_trailing_whitespace = true
10- max_line_length = 80
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ public function onInit(): void
5555 * Register plugin options and autoload them.
5656 *
5757 * @note Eliminates any unnecessary database lookups by preloading on each request.
58- * @note Due to the preloading we don't have to use a single serialized option but several instead .
59- * This allows the usage native hooks and filters and reduces the chances of data corruption.
58+ * @note Thanks to option autoloading, we don't need to use one serialized option, but several.
59+ * This allows the usage of native hooks and filters and reduces the chance of data corruption.
6060 */
6161 protected function addOptions (): void
6262 {
You can’t perform that action at this time.
0 commit comments