chore - Fix class_attributes_separation lint issues

This commit is contained in:
myrmidex 2026-03-30 00:00:54 +02:00
parent 98d355e811
commit afc65b4f3a
4 changed files with 3 additions and 1 deletions

View file

@ -30,5 +30,4 @@ public function getAllocationValueRules(): array
self::UNLIMITED => ['nullable'],
};
}
}

View file

@ -28,6 +28,7 @@ class Draw extends Model
/** @use HasFactory<DrawFactory> */
use HasFactory;
use HasProjectionStatus;
use HasUuid;

View file

@ -29,6 +29,7 @@ class Outflow extends Model
/** @use HasFactory<OutflowFactory> */
use HasFactory;
use HasProjectionStatus;
use HasUuid;

View file

@ -13,6 +13,7 @@
readonly class PipelineAllocationService
{
private const string CAP_BASE = 'base';
private const string CAP_FILL = 'fill';
/**