Skip to content

Commit

Permalink
Removed unnecessary php open tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Kuiper committed Sep 1, 2022
1 parent 8ec1e2d commit 34a0333
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,6 @@ Although there is a large number of validation rules, you may wish to specify so
Below is a blueprint/example of a custom rule:

```php
<?php
use KrisKuiper\Validator\Blueprint\Contracts\RuleInterface;
use KrisKuiper\Validator\Blueprint\Custom\Current;

Expand Down Expand Up @@ -2210,7 +2209,6 @@ You can also define your own custom middleware.
Below is a blueprint/example of middleware which will prepend a zero if the value under validation is below 10 and higher than 0. This can be handy for dates i.e. validation of a month or day.

```php
<?php
use KrisKuiper\Validator\Blueprint\Contracts\MiddlewareFieldInterface;
use KrisKuiper\Validator\Blueprint\Middleware\Transforms\AbstractMiddleware;

Expand Down

0 comments on commit 34a0333

Please sign in to comment.