Debug v17

This commit is contained in:
Laurent Destailleur 2022-12-31 17:17:21 +01:00
parent 57358b618b
commit 1b1e4e188e
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ class FileUpload
/** /**
* getFileObjects * getFileObjects
* *
* @return void * @return array Array of objects
*/ */
protected function getFileObjects() protected function getFileObjects()
{ {

View File

@ -72,7 +72,7 @@ exclude:
- name: PhpConditionCheckedByNextConditionInspection - name: PhpConditionCheckedByNextConditionInspection
- name: RegExpSingleCharAlternation - name: RegExpSingleCharAlternation
- name: PhpSuspiciousNameCombinationInspection - name: PhpSuspiciousNameCombinationInspection
- name: PhpObjectFieldsAreOnlyWrittenInspection - name: PhpObjectFieldsAreOnlyWrittenInspection
- name: PhpWriteAccessToReferencedArrayValueWithoutUnsetInspection - name: PhpWriteAccessToReferencedArrayValueWithoutUnsetInspection