Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply fixes from StyleCI #369

Open
wants to merge 1 commit into
base: dependabot/npm_and_yarn/packages/laravel-comments/webpack-5.76.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/BuildMetric.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
* @method static \Illuminate\Database\Eloquent\Builder|BuildMetric whereUtility($value)
* @method static \Illuminate\Database\Eloquent\Builder|BuildMetric whereWeakpointAccuracy($value)
* @method static \Illuminate\Database\Eloquent\Builder|BuildMetric whereWeaponShortName($value)
*
* @mixin \Eloquent
*/
class BuildMetric extends Model
Expand Down
1 change: 1 addition & 0 deletions app/Character.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* @method static \Illuminate\Database\Eloquent\Builder|Character whereImage($value)
* @method static \Illuminate\Database\Eloquent\Builder|Character whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|Character whereUpdatedAt($value)
*
* @mixin \Eloquent
*/
class Character extends Model
Expand Down
1 change: 0 additions & 1 deletion app/Console/Commands/ProcessImgs.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public function handle()

// Loop
foreach ($files as $file) {

// Remove all but "Upgrade"
if (! Str::contains($file->getFilename(), 'Icon_Upgrade')) {
File::delete($file->getPathname());
Expand Down
1 change: 1 addition & 0 deletions app/Equipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
* @method static \Illuminate\Database\Eloquent\Builder|Equipment whereLike($column, $value, $boolean = 'and')
* @method static \Illuminate\Database\Eloquent\Builder|Equipment whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|Equipment whereUpdatedAt($value)
*
* @mixin \Eloquent
*/
class Equipment extends Model
Expand Down
1 change: 1 addition & 0 deletions app/EquipmentMod.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
* @method static \Illuminate\Database\Eloquent\Builder|EquipmentMod whereModType($value)
* @method static \Illuminate\Database\Eloquent\Builder|EquipmentMod whereUmaniteCost($value)
* @method static \Illuminate\Database\Eloquent\Builder|EquipmentMod whereUpdatedAt($value)
*
* @mixin \Eloquent
*/
class EquipmentMod extends Model
Expand Down
1 change: 1 addition & 0 deletions app/Gun.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
* @method static \Illuminate\Database\Eloquent\Builder|Gun whereLike($column, $value, $boolean = 'and')
* @method static \Illuminate\Database\Eloquent\Builder|Gun whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|Gun whereUpdatedAt($value)
*
* @mixin \Eloquent
*/
class Gun extends Model
Expand Down
1 change: 1 addition & 0 deletions app/Loadout.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
* @method static \Illuminate\Database\Eloquent\Builder|Loadout whereThrowableId($value)
* @method static \Illuminate\Database\Eloquent\Builder|Loadout whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Loadout whereUserId($value)
*
* @mixin \Eloquent
*
* @property int $patch_id
Expand Down
1 change: 1 addition & 0 deletions app/Mod.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
* @method static \Illuminate\Database\Eloquent\Builder|Mod whereModType($value)
* @method static \Illuminate\Database\Eloquent\Builder|Mod whereTextDescription($value)
* @method static \Illuminate\Database\Eloquent\Builder|Mod whereUmaniteCost($value)
*
* @mixin \Eloquent
*/
class Mod extends Model
Expand Down
1 change: 1 addition & 0 deletions app/Overclock.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
* @method static \Illuminate\Database\Eloquent\Builder|Overclock whereOverclockType($value)
* @method static \Illuminate\Database\Eloquent\Builder|Overclock whereTextDescription($value)
* @method static \Illuminate\Database\Eloquent\Builder|Overclock whereUmaniteCost($value)
*
* @mixin \Eloquent
*/
class Overclock extends Model
Expand Down
1 change: 1 addition & 0 deletions app/Patch.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
* @method static \Illuminate\Database\Eloquent\Builder|Patch wherePatchNumDev($value)
* @method static \Illuminate\Database\Eloquent\Builder|Patch wherePatchTitle($value)
* @method static \Illuminate\Database\Eloquent\Builder|Patch whereUpdatedAt($value)
*
* @mixin \Eloquent
*
* @property string|null $launched_at
Expand Down
1 change: 1 addition & 0 deletions app/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* @method static \Illuminate\Database\Eloquent\Builder|Post whereTitle($value)
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUpdatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|Post whereUserId($value)
*
* @mixin \Eloquent
*/
class Post extends Model
Expand Down
1 change: 0 additions & 1 deletion app/Providers/EventServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class EventServiceProvider extends ServiceProvider
*/
public function boot()
{

//
}
}
1 change: 1 addition & 0 deletions app/Throwable.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
* @method static \Illuminate\Database\Eloquent\Builder|Throwable whereName($value)
* @method static \Illuminate\Database\Eloquent\Builder|Throwable whereUmaniteCost($value)
* @method static \Illuminate\Database\Eloquent\Builder|Throwable whereUpdatedAt($value)
*
* @mixin \Eloquent
*/
class Throwable extends Model
Expand Down
1 change: 1 addition & 0 deletions app/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
* @method static \Illuminate\Database\Eloquent\Builder|User wherePassword($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereRememberToken($value)
* @method static \Illuminate\Database\Eloquent\Builder|User whereUpdatedAt($value)
*
* @mixin \Eloquent
*
* @property int $can_email
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function up()
->onDelete('cascade');

$table->primary(['permission_id', $columnNames['model_morph_key'], 'model_type'],
'model_has_permissions_permission_model_type_primary');
'model_has_permissions_permission_model_type_primary');
});

Schema::create($tableNames['model_has_roles'], function (Blueprint $table) use ($tableNames, $columnNames) {
Expand All @@ -63,7 +63,7 @@ public function up()
->onDelete('cascade');

$table->primary(['role_id', $columnNames['model_morph_key'], 'model_type'],
'model_has_roles_role_model_type_primary');
'model_has_roles_role_model_type_primary');
});

Schema::create($tableNames['role_has_permissions'], function (Blueprint $table) use ($tableNames) {
Expand Down
1 change: 0 additions & 1 deletion routes/backpack/custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
'middleware' => ['web', 'permission:view-admin'],
'namespace' => 'App\Http\Controllers\Admin',
], function () { // custom admin routes

Route::group([
'middleware' => ['web', 'permission:manage-stats'],
], function () {
Expand Down