Skip to content

Commit

Permalink
Added VueJS extractor method docblocks (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
axlon authored and oscarotero committed Sep 9, 2018
1 parent 854ff5f commit 545f716
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Translations.php
Expand Up @@ -74,6 +74,10 @@
* @method static $this fromTwigString(string $string, array $options = [])
* @method $this addFromTwigFile(string $filename, array $options = [])
* @method $this addFromTwigString(string $string, array $options = [])
* @method static $this fromVueJsFile(string $filename, array $options = [])
* @method static $this fromVueJsString(string $filename, array $options = [])
* @method $this addFromVueJsFile(string $filename, array $options = [])
* @method $this addFromVueJsString(string $filename, array $options = [])
* @method static $this fromXliffFile(string $filename, array $options = [])
* @method static $this fromXliffString(string $string, array $options = [])
* @method $this addFromXliffFile(string $filename, array $options = [])
Expand Down

0 comments on commit 545f716

Please sign in to comment.