Skip to content

Commit 0f08f53

Browse files
mfnd3v2a
authored andcommitted
Fix tests for edc422c (barryvdh#1457)
I just ran `composer test-regenerate`
1 parent 0b3e14e commit 0f08f53

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

tests/Console/ModelsCommand/DoesNotGeneratePhpdocWithExternalEloquentBuilder/__snapshots__/Test__test__1.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
// @formatter:off
4+
// phpcs:ignoreFile
45
/**
56
* A helper file for your Eloquent Models
67
* Copy the phpDocs from this file to the correct Model,

tests/Console/ModelsCommand/GeneratePhpdocWithExternalEloquentBuilder/__snapshots__/Test__test__1.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
// @formatter:off
4+
// phpcs:ignoreFile
45
/**
56
* A helper file for your Eloquent Models
67
* Copy the phpDocs from this file to the correct Model,

tests/Console/ModelsCommand/GeneratePhpdocWithFqnInExternalFile/__snapshots__/Test__test__1.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
// @formatter:off
4+
// phpcs:ignoreFile
45
/**
56
* A helper file for your Eloquent Models
67
* Copy the phpDocs from this file to the correct Model,

tests/Console/ModelsCommand/GeneratePhpdocWithMixin/__snapshots__/Test__test__1.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class Post extends Model
1717
<?php
1818

1919
// @formatter:off
20+
// phpcs:ignoreFile
2021
/**
2122
* A helper file for your Eloquent Models
2223
* Copy the phpDocs from this file to the correct Model,

tests/Console/ModelsCommand/Interfaces/__snapshots__/Test__test__1.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
// @formatter:off
4+
// phpcs:ignoreFile
45
/**
56
* A helper file for your Eloquent Models
67
* Copy the phpDocs from this file to the correct Model,

0 commit comments

Comments
 (0)