Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypkhantc committed Sep 13, 2024
1 parent 44cc773 commit 2bc9ecf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/SchemaFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,7 @@ public function setFinder(ClassFinder|FinderInterface $finder): self
return $this;
}

/**
* @deprecated setGlobTTL(null) or setGlobTTL(0) is equivalent to prodMode(), and any other values are equivalent to devMode()
*/
/** @deprecated setGlobTTL(null) or setGlobTTL(0) is equivalent to prodMode(), and any other values are equivalent to devMode() */
public function setGlobTTL(int|null $globTTL): self
{
trigger_error(
Expand Down

0 comments on commit 2bc9ecf

Please sign in to comment.