You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -670,7 +670,7 @@ public function set_data( $name, $value ) {
670
670
* @param string $class The instance class name.
671
671
* @return object
672
672
*/
673
-
publicfunctionget_instance( $class ) { // phpcs:ignore Universal.NamingConventions.NoReservedKeywordParameterNames.classFound -- Opting not to rename due to PHP 8.0 named arugments.
673
+
publicfunctionget_instance( $class ) { // phpcs:ignore Universal.NamingConventions.NoReservedKeywordParameterNames.classFound -- Opting not to rename due to PHP 8.0 named arguments.
@@ -684,7 +684,7 @@ public function get_instance( $class ) { // phpcs:ignore Universal.NamingConvent
684
684
* @param string $class The instance class name.
685
685
* @return object
686
686
*/
687
-
publicfunctionnew_instance( $class ) { // phpcs:ignore Universal.NamingConventions.NoReservedKeywordParameterNames.classFound -- Opting not to rename due to PHP 8.0 named arugments.
687
+
publicfunctionnew_instance( $class ) { // phpcs:ignore Universal.NamingConventions.NoReservedKeywordParameterNames.classFound -- Opting not to rename due to PHP 8.0 named arguments.
0 commit comments