8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc8f10b + 738f6e7 commit c4757ceCopy full SHA for c4757ce
Permission/PermissionMapInterface.php
@@ -27,7 +27,7 @@ interface PermissionMapInterface
27
* @param string $permission
28
* @param object $object
29
*
30
- * @return array may return null if permission/object combination is not supported
+ * @return array|null may return null if permission/object combination is not supported
31
*/
32
public function getMasks($permission, $object);
33
0 commit comments