adjust PHPDoc

remotes/origin/fix_emit_scanFiles
Thomas Müller 2015-12-10 16:43:10 +07:00
parent ffc49a24f0
commit 19d1e0ebb9
2 changed files with 4 additions and 0 deletions

@ -48,6 +48,8 @@ class SystemTagsByIdCollection implements ICollection {
/**
* @param string $name
* @param resource|string $data Initial payload
* @throws Forbidden
*/
function createFile($name, $data = null) {
throw new Forbidden('Cannot create tags by id');

@ -63,6 +63,8 @@ class SystemTagsObjectTypeCollection implements ICollection {
/**
* @param string $name
* @param resource|string $data Initial payload
* @throws Forbidden
*/
function createFile($name, $data = null) {
throw new Forbidden('Permission denied to create nodes');