PluginProbe
Elementor Website Builder – more than just a page builder / 3.22.2
Elementor Website Builder – more than just a page builder v3.22.2
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | core/utils/static-collection.php +1 -1 4.1.43.22.2 View file →
@@ -34,9 +34,9 @@
34 34 * Most of the collection methods returns a new collection instance, and therefore
35 35 * it will be assigned as the current collection instance after executing any method.
36 36 *
37 37 * @param string $name
38 - * @param array $arguments
38 + * @param array $arguments
39 39 */
40 40 public function __call( $name, $arguments ) {
41 41 $call = call_user_func_array( [ $this->collection, $name ], $arguments );
42 42