File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public function removeAttribute(string $name)
6969 }
7070
7171 /**
72- * Provides acccess to the component attributes via properties
72+ * Provides access to the component attributes via properties
7373 *
7474 * @param string $name The name of the attribute
7575 * @return string|null The value of the attribute or null if missing
@@ -81,7 +81,7 @@ public function __get($name)
8181 }
8282
8383 /**
84- * Provides acccess to the component attributes via properties
84+ * Provides access to the component attributes via properties
8585 *
8686 * @param string $name The name of the attribute
8787 * @param string $value The new value of the attribute
@@ -93,7 +93,7 @@ public function __set(string $name, $value)
9393 }
9494
9595 /**
96- * Provides acccess to the component attributes via properties
96+ * Provides access to the component attributes via properties
9797 *
9898 * @param string $name The name of the attribute
9999 * @return boolean TRUE if the attribute exists, FALSE otherwise
@@ -104,7 +104,7 @@ public function __isset(string $name): bool
104104 }
105105
106106 /**
107- * Provides acccess to the component attributes via properties
107+ * Provides access to the component attributes via properties
108108 *
109109 * @param string $name The name of the attribute
110110 * @return void No value is returned
You can’t perform that action at this time.
0 commit comments