Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2021-09-13 20:01:06 +00:00
committed by StyleCI Bot
parent 0c6a733abf
commit c33db34c49
220 changed files with 1960 additions and 1785 deletions
+2
View File
@@ -10,9 +10,11 @@ use Illuminate\Database\Eloquent\Model;
* @property int $predb_id id, of the predb entry, this hash belongs to
* @property mixed $hash
* @property-read \App\Models\Predb $predb
*
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\PredbHash whereHash($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\PredbHash wherePredbId($value)
* @mixin \Eloquent
*
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\PredbHash newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\PredbHash newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\PredbHash query()