Lint
This commit is contained in:
parent
35a8c59055
commit
e299e8b159
|
@ -17,6 +17,8 @@ use Tests\RequestFactories\EditorRequestFactory;
|
||||||
* @method self excerpt(string $excerpt)
|
* @method self excerpt(string $excerpt)
|
||||||
* @method self registrationFrom(string|null $date)
|
* @method self registrationFrom(string|null $date)
|
||||||
* @method self registrationUntil(string|null $date)
|
* @method self registrationUntil(string|null $date)
|
||||||
|
* @method self isActive(bool $isActive)
|
||||||
|
* @method self isPrivate(bool $isPrivate)
|
||||||
*/
|
*/
|
||||||
class FormFactory extends Factory
|
class FormFactory extends Factory
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,6 +17,8 @@ use Worksome\RequestFactories\RequestFactory;
|
||||||
* @method self excerpt(string $description)
|
* @method self excerpt(string $description)
|
||||||
* @method self registrationFrom(string|null $date)
|
* @method self registrationFrom(string|null $date)
|
||||||
* @method self registrationUntil(string|null $date)
|
* @method self registrationUntil(string|null $date)
|
||||||
|
* @method self isActive(bool $isActive)
|
||||||
|
* @method self isPrivate(bool $isPrivate)
|
||||||
*/
|
*/
|
||||||
class FormRequest extends RequestFactory
|
class FormRequest extends RequestFactory
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue