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
Method OrderItem::setAttendeeDetailsRequired() expects an argument of type \OpenActive\Enums\PropertyEnumeration[] or null passing it an array of instances of Enums (GivenName & FamilyName) generates this syntax error:
PHP Parse error: syntax error, unexpected 'Abstract' (T_ABSTRACT), expecting identifier (T_STRING) in .../vendor/openactive/models/src/Enums/PropertyEnumeration.php on line 88
Line 88 of \OpenActive\Enums\PropertyEnumeration attempts to declare a const called Abstract, which isn't allowed.
The text was updated successfully, but these errors were encountered:
After removing words which I feel are unlikely, the list is this:
abstract
break
case
catch
class
clone
const
continue
declare
default
extends
final
finally
for
global
implements
include
interface
list
namespace
new
print
private
protected
public
readonly
require
static
switch
throw
use
while
yield
We should put something in the model generator library to do something else here.
Method
OrderItem::setAttendeeDetailsRequired()
expects an argument of type\OpenActive\Enums\PropertyEnumeration[]
ornull
passing it an array of instances of Enums (GivenName & FamilyName) generates this syntax error:PHP Parse error: syntax error, unexpected 'Abstract' (T_ABSTRACT), expecting identifier (T_STRING) in .../vendor/openactive/models/src/Enums/PropertyEnumeration.php on line 88
Line 88 of
\OpenActive\Enums\PropertyEnumeration
attempts to declare a const called Abstract, which isn't allowed.The text was updated successfully, but these errors were encountered: