The doc-type array<string, could not be parsed: Expected ">" at position 5, but found "end of type". (view supported doc-types)
This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
Loading history...
40
*/
41
public function buildSecurityInformation(AdminInterface $admin);
42
43
/**
44
* Create object security, fe. make the current user owner of the object.
45
*
46
* @param object $object
47
*/
48
public function createObjectSecurity(AdminInterface $admin, $object);
49
50
/**
51
* Remove object security.
52
*
53
* @param object $object
54
*/
55
public function deleteObjectSecurity(AdminInterface $admin, $object);
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.