Skip to content

Commit

Permalink
Transform annotation into actual method
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored and derrabus committed Oct 8, 2023
1 parent af7ed10 commit a511ab3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Doctrine/ORM/Proxy/InternalProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
*
* @template T of object
* @template-extends Proxy<T>
*
* @method void __setInitialized(bool $initialized)
*/
interface InternalProxy extends Proxy
{
public function __setInitialized(bool $initialized): void;
}

0 comments on commit a511ab3

Please # to comment.