-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[UID] Added the docs for the component #13338
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
Conversation
components/uid.rst
Outdated
|
||
$uuid4 = Uuid::v4(); | ||
|
||
$uuid4->isNull(); // false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't find this method anymore
Please note that this component is continuously being changed in code ... so I'm putting this on hold until it's stabilized a bit and I'll reword everything. |
I've updated everything for the latest code changes ... so this is ready for the final review. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
e0d44f5
to
8d04a27
Compare
Fixes #13333, #13341 and #13346.