-
-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessing static property as non static #960
Comments
@goetas this is your commit. Can you tell me how you can solve the problem? |
@goetas Can we wait for the new version? |
@goetas Many thanks for such a quick fix! You're cool! |
This is the fastest fix in my memory! )))) |
I could not find that property in https://github.com/egulias/EmailValidator/blob/92dd169c32f6f55ba570c309d83f5209cefb5e23/EmailValidator/EmailLexer.php ... can you share more details about it? |
Hi @goetas sorry I messed an issue a little bid (created a new issue 1122 meanwhile), so I closed it there. The original issue I wrote here:
When I dump in dump($metadata->name); --> "nullToken"
Did it help? edit: the null token is here https://github.com/egulias/EmailValidator/blob/92dd169c32f6f55ba570c309d83f5209cefb5e23/EmailValidator/EmailLexer.php#L80 |
Hmm... this ( serializer/src/Metadata/PropertyMetadata.php Line 144 in 41d806c
Egulias\EmailValidator\EmailLexer class ? (clear the cache first...)
|
Hi! After update to 1.12.0 I started to get an error
Accessing static property Ramsey\Uuid\Uuid::$factory as non static
.An error occurs when trying to get a static method https://github.com/ramsey/uuid/blob/master/src/Uuid.php#L127 on a line https://github.com/schmittjoh/serializer/blob/1.12.0/src/JMS/Serializer/Metadata/PropertyMetadata.php#L187
in version 1.11.0 of this code was not
The text was updated successfully, but these errors were encountered: