Skip to content

Commit

Permalink
Remove @Version of all classes
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusgava committed Apr 18, 2020
1 parent 9579959 commit cc0047d
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*
* @link https://github.com/viniciusgava/google-translate-php-client
* @license http://www.gnu.org/copyleft/gpl.html
* @version 2.0
* @author Vinicius Gava (gava.vinicius@gmail.com)
*/
class Client implements TranslateInterface, LanguagesInterface, DetectInterface
Expand Down
1 change: 0 additions & 1 deletion src/DetectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
* @link https://github.com/viniciusgava/google-translate-php-client
* @license http://www.gnu.org/copyleft/gpl.html
* @version 2.0
* @author Vinicius Gava (gava.vinicius@gmail.com)
*/
interface DetectInterface
Expand Down
1 change: 0 additions & 1 deletion src/Exception/DetectErrorException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
* @link https://github.com/viniciusgava/google-translate-php-client
* @license http://www.gnu.org/copyleft/gpl.html
* @version 2.0
* @author Vinicius Gava (gava.vinicius@gmail.com)
*/
class DetectErrorException extends \DomainException
Expand Down
1 change: 0 additions & 1 deletion src/Exception/InvalidAccessKeyException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
* @link https://github.com/viniciusgava/google-translate-php-client
* @license http://www.gnu.org/copyleft/gpl.html
* @version 2.0
* @author Vinicius Gava (gava.vinicius@gmail.com)
*/
class InvalidAccessKeyException extends \InvalidArgumentException
Expand Down
1 change: 0 additions & 1 deletion src/Exception/InvalidLanguageException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
* @link https://github.com/viniciusgava/google-translate-php-client
* @license http://www.gnu.org/copyleft/gpl.html
* @version 2.0
* @author Vinicius Gava (gava.vinicius@gmail.com)
*/
class InvalidLanguageException extends \InvalidArgumentException
Expand Down
1 change: 0 additions & 1 deletion src/Exception/InvalidSourceLanguageException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
* @link https://github.com/viniciusgava/google-translate-php-client
* @license http://www.gnu.org/copyleft/gpl.html
* @version 2.0
* @author Vinicius Gava (gava.vinicius@gmail.com)
*/
class InvalidSourceLanguageException extends InvalidLanguageException
Expand Down
1 change: 0 additions & 1 deletion src/Exception/InvalidTargetLanguageException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
* @link https://github.com/viniciusgava/google-translate-php-client
* @license http://www.gnu.org/copyleft/gpl.html
* @version 2.0
* @author Vinicius Gava (gava.vinicius@gmail.com)
*/
class InvalidTargetLanguageException extends InvalidLanguageException
Expand Down
1 change: 0 additions & 1 deletion src/Exception/InvalidTextException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
* @link https://github.com/viniciusgava/google-translate-php-client
* @license http://www.gnu.org/copyleft/gpl.html
* @version 2.0
* @author Vinicius Gava (gava.vinicius@gmail.com)
*/
class InvalidTextException extends \InvalidArgumentException
Expand Down
1 change: 0 additions & 1 deletion src/Exception/LanguagesErrorException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
* @link https://github.com/viniciusgava/google-translate-php-client
* @license http://www.gnu.org/copyleft/gpl.html
* @version 2.0
* @author Vinicius Gava (gava.vinicius@gmail.com)
*/
class LanguagesErrorException extends \DomainException
Expand Down
1 change: 0 additions & 1 deletion src/Exception/TranslateErrorException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
* @link https://github.com/viniciusgava/google-translate-php-client
* @license http://www.gnu.org/copyleft/gpl.html
* @version 2.0
* @author Vinicius Gava (gava.vinicius@gmail.com)
*/
class TranslateErrorException extends \DomainException
Expand Down
1 change: 0 additions & 1 deletion src/LanguagesInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
* @link https://github.com/viniciusgava/google-translate-php-client
* @license http://www.gnu.org/copyleft/gpl.html
* @version 2.0
* @author Vinicius Gava (gava.vinicius@gmail.com)
*/
interface LanguagesInterface
Expand Down
1 change: 0 additions & 1 deletion src/TranslateInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*
* @link https://github.com/viniciusgava/google-translate-php-client
* @license http://www.gnu.org/copyleft/gpl.html
* @version 2.0
* @author Vinicius Gava (gava.vinicius@gmail.com)
*/
interface TranslateInterface
Expand Down

0 comments on commit cc0047d

Please sign in to comment.