1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-12 09:44:38 +02:00

Remove phpdoc for non-existing hook method

This commit is contained in:
Ryan Cramer
2022-01-21 16:46:56 -05:00
parent bccd8aad5f
commit 76e7855e83

View File

@@ -16,7 +16,6 @@
*
* @method void fieldRemoved(Fieldgroup $fieldgroup, Field $field)
* @method void fieldAdded(Fieldgroup $fieldgroup, Field $field)
* @method void sorted(Fieldgroup $fieldgroup, array $oldOrder, array $newOrder)
*
*
*/