aperta-principium/Interclip

View on GitHub
public/core/set.php

Summary

Maintainability
A
0 mins
Test Coverage

Cannot assign void return value
Open

          $createArray = createClip($url);
Severity: Info
Found in public/core/set.php by phan

Suspicious array access to void
Open

          $usr = $createArray[0];
Severity: Minor
Found in public/core/set.php by phan

Suspicious array access to void
Open

          $err = $createArray[1];
Severity: Minor
Found in public/core/set.php by phan

Cannot assign void return value
Open

  $csrfVerificationResult = validate();
Severity: Info
Found in public/core/set.php by phan

There are no issues that match your filters.

Category
Status