Commit ad7fa4ba authored by catch's avatar catch
Browse files

Issue #3358044 by solideogloria, longwave: Fix parameter type hint order in...

Issue #3358044 by solideogloria, longwave: Fix parameter type hint order in AccessResultReasonInterface and FileListingTest
parent f5baa0d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ public function getReason();
  /**
   * Sets the reason for this access result.
   *
   * @param $reason string|null
   * @param string|null $reason
   *   The reason of this access result or NULL if no reason is provided.
   *
   * @return \Drupal\Core\Access\AccessResultInterface
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ protected function setUp(): void {
  /**
   * Calculates total count of usages for a file.
   *
   * @param $usage array
   * @param array $usage
   *   Array of file usage information as returned from file_usage subsystem.
   *
   * @return int