Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 4f303f6

Browse files
committed
Removing unecessary version phpdoc from files
1 parent 51b26bf commit 4f303f6

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

src/Laravalid/Converter/Base/Container.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* @author Bilal Gultekin <[email protected]>
77
* @license MIT
88
* @see Collective\Html\FormBuilder
9-
* @version 0.9
109
*/
1110

1211
abstract class Container {

src/Laravalid/Converter/Base/Converter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* @author Bilal Gultekin <[email protected]>
1111
* @license MIT
1212
* @see Collective\Html\FormBuilder
13-
* @version 0.9
1413
*/
1514
abstract class Converter
1615
{

src/Laravalid/Converter/Base/Message.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* @author Bilal Gultekin <[email protected]>
77
* @license MIT
88
* @see Collective\Html\FormBuilder
9-
* @version 0.9
109
*/
1110

1211
abstract class Message extends Container {

src/Laravalid/Converter/Base/Route.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* @author Bilal Gultekin <[email protected]>
77
* @license MIT
88
* @see Collective\Html\FormBuilder
9-
* @version 0.9
109
*/
1110

1211
use LaravelArdent\Laravalid\Helper;

src/Laravalid/Converter/Base/Rule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
* @author Bilal Gultekin <[email protected]>
77
* @license MIT
88
* @see Collective\Html\FormBuilder
9-
* @version 0.9
109
*/
1110

1211
abstract class Rule extends Container {

src/Laravalid/FormBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
* @author Igor Santos <[email protected]>
2020
* @license MIT
2121
* @see Collective\Html\FormBuilder
22-
* @version 0.9
2322
*/
2423
use LaravelArdent\Laravalid\Converter\Base\Converter;
2524
use Collective\Html\HtmlBuilder;

src/Laravalid/Helper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* @author Bilal Gultekin <[email protected]>
88
* @license MIT
99
* @see Collective\Html\FormBuilder
10-
* @version 0.9
1110
*/
1211

1312
class Helper {

0 commit comments

Comments
 (0)