mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix(migration): phpdoc callable
This commit is contained in:
@@ -39,7 +39,7 @@ abstract class Migration
|
||||
/**
|
||||
* Iterates through every document.
|
||||
*
|
||||
* @param function(Document): Document $callback
|
||||
* @param callable(Document):Document $callback
|
||||
*/
|
||||
public function forEachDocument(callable $callback)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user