We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b117601 commit 3a367e4Copy full SHA for 3a367e4
Swivl/Sniffs/Commenting/DoctrineEntitySniff.php
@@ -83,7 +83,7 @@ class DoctrineEntitySniff extends AbstractVariableSniff
83
'referencedColumnName' => 'string',
84
'unique' => 'boolean',
85
'nullable' => 'boolean',
86
- 'onDelete' => ['RESTRICT', 'CASCADE', 'SET NULL'],
+ 'onDelete' => ['RESTRICT', 'CASCADE', 'SET NULL', 'NO ACTION'],
87
'columnDefinition' => 'string',
88
],
89
0 commit comments