Commit deff6548 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '5956-use-strict-typing' into '1.4-dev'

Resolve "Use strict typing"

See merge request fusiondirectory/fd!535
parents 78ce17b6 39ee978a
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -116,6 +116,7 @@ class SnapshotCreateDialog extends simplePlugin
function save (): array
{
$this->parent->createSnapshot($this->object_dn, $this->description);
return array();
}
}
......
  • SonarQube analysis indicates that quality gate is failed.

    • Security Rating on New Code is passed: Actual value 1
    • Reliability Rating on New Code is failed: Actual value 3 > 1
    • Maintainability Rating on New Code is passed: Actual value 1
    • Duplicated Lines on New Code (%) is passed: Actual value 3.1150159744408947

    SonarQube analysis reported no issues.

    By Ghost User on 2019-02-20T16:04:04 (imported from GitLab)

Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment