stellarwp / schema

A library for simplifying the creation, update, and field modification of custom tables within WordPress.
GNU General Public License v2.0
26 stars 2 forks source link

Switch to standard anonymous functions for 7.3 support #32

Closed oakesjosh closed 1 year ago

oakesjosh commented 1 year ago

Arrow functions were introduced in PHP 7.4 https://www.php.net/manual/en/functions.arrow.php

Running this on PHP 7.3 results in Parse error: syntax error, unexpected ‘=>’ (T_DOUBLE_ARROW), expecting ‘)’ in /wp-content/plugins/kadence-blocks-pro/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Schema.php on line 70