Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
fix @since tags
Browse files Browse the repository at this point in the history
  • Loading branch information
klimov-paul committed Mar 1, 2018
1 parent 99a9d35 commit 4a8afda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/MaskedInput.php
Expand Up @@ -42,7 +42,7 @@
* [jQuery input masked plugin](https://github.com/RobinHerbots/Inputmask).
*
* @author Kartik Visweswaran <kartikv2@gmail.com>
* @since 2.0
* @since 1.0
*/
class MaskedInput extends InputWidget
{
Expand Down Expand Up @@ -95,7 +95,6 @@ class MaskedInput extends InputWidget
/**
* @var string the type of the input tag. Currently only 'text' and 'tel' are supported.
* @see https://github.com/RobinHerbots/Inputmask
* @since 2.0.6
*/
public $type = 'text';

Expand Down
2 changes: 1 addition & 1 deletion src/MaskedInputAsset.php
Expand Up @@ -15,7 +15,7 @@
* Includes client assets of [jQuery input mask plugin](https://github.com/RobinHerbots/Inputmask).
*
* @author Kartik Visweswaran <kartikv2@gmail.com>
* @since 2.0
* @since 1.0
*/
class MaskedInputAsset extends AssetBundle
{
Expand Down

0 comments on commit 4a8afda

Please sign in to comment.