Skip to content
Snippets Groups Projects

Issue #3331498: Fix PHPCS errors and warnings

Open Soliman Harkas requested to merge issue/erg-3331498:3331498-fix-phpcs-errors into 8.x-1.x
Files
24
<?php
declare(strict_types = 1);
declare(strict_types=1);
namespace Drupal\erg\Field;
@@ -12,7 +12,18 @@ use Drupal\erg\Guard\GuardInterface;
*/
final class FieldSettings {
/**
* The guards.
*
* @var array
*/
private $guards = [];
/**
* The weight.
*
* @var int
*/
private $weight = 0;
/**
Loading