@@ -329,7 +329,7 @@ discard block |
||
329 | 329 | |
330 | 330 | /** |
331 | 331 | * Removes an observer callback for the given prototype. |
332 | - * @param \arc\prototype\Prototyp $prototype |
|
332 | + * @param prototype\Prototype $prototype |
|
333 | 333 | * @param \Closure $callback the observer callback to be removed |
334 | 334 | */ |
335 | 335 | public static function unobserve(prototype\Prototype $prototype, callable $callback) :void |
@@ -342,7 +342,6 @@ discard block |
||
342 | 342 | /** |
343 | 343 | * Returns true if the object as the given prototype somewhere in its |
344 | 344 | * prototype chain, including itself. |
345 | - * @param \arc\prototype\Prototype $object |
|
346 | 345 | * @param \arc\prototype\Prototype $prototype |
347 | 346 | * @return bool |
348 | 347 | */ |