Skip to content

Commit ff18ca0

Browse files
committed
wip
1 parent a910879 commit ff18ca0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ insert_final_newline = true
77
indent_style = space
88
indent_size = 4
99
trim_trailing_whitespace = true
10-
max_line_length = 80

src/Plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)