Commit 66ba9753 authored by catch's avatar catch
Browse files

Issue #3127716 by puddyglum, quietone: Documentation typo in PathValidator.php

parent 9674e3a4
Loading
Loading
Loading
Loading
+1 −1
Changes for core/lib/Drupal/Core/Path/PathValidator.php: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ protected function getUrl($path, $access_check) {
   *   valid.
   *
   * @return array|bool
   *   An array of request attributes of FALSE if an exception was thrown.
   *   An array of request attributes or FALSE if an exception was thrown.
   */
  protected function getPathAttributes($path, Request $request, $access_check) {
    if (!$access_check || $this->account->hasPermission('link to any page')) {