Skip to content

Commit c0c0f1d

Browse files
committed
Update deprecated flags.
1 parent 711b988 commit c0c0f1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Resource/DirectoryUser.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ class DirectoryUser extends BaseWorkOSResource
1616
"firstName",
1717
"email",
1818
/**
19-
* @deprecated Will be removed in a future major version.
19+
* [Deprecated] Will be removed in a future major version.
2020
* Enable the `emails` custom attribute in dashboard and pull from customAttributes instead.
2121
* See https://workos.com/docs/directory-sync/attributes/custom-attributes/auto-mapped-attributes for details.
2222
*/
2323
"emails",
2424
/**
25-
* @deprecated Will be removed in a future major version.
25+
* [Deprecated] Will be removed in a future major version.
2626
* Enable the `username` custom attribute in dashboard and pull from customAttributes instead.
2727
* See https://workos.com/docs/directory-sync/attributes/custom-attributes/auto-mapped-attributes for details.
2828
*/
2929
"username",
3030
"lastName",
3131
/**
32-
* @deprecated Will be removed in a future major version.
32+
* [Deprecated] Will be removed in a future major version.
3333
* Enable the `job_title` custom attribute in dashboard and pull from customAttributes instead.
3434
* See https://workos.com/docs/directory-sync/attributes/custom-attributes/auto-mapped-attributes for details.
3535
*/
@@ -59,7 +59,7 @@ class DirectoryUser extends BaseWorkOSResource
5959
];
6060

6161
/**
62-
* @deprecated Use `email` instead.
62+
* [Deprecated] Use `email` instead.
6363
*/
6464
public function primaryEmail()
6565
{

0 commit comments

Comments
 (0)