Verified Commit b6c5ebee authored by Lee Rowlands's avatar Lee Rowlands
Browse files

fix: #3569778 Fix link in \Drupal\Tests\package_manager\Kernel\TestSandboxManager::__sleep doc

By: quietone
By: garvitasakhrani
By: dcam
By: angel_devoeted
(cherry picked from commit 79bb0dc6)
parent 5e8250b2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -472,7 +472,7 @@ class TestSandboxManager extends SandboxManagerBase {
   * will fail, because PHPUnit will want to serialize all arguments in the call
   * stack.
   *
   * @see https://www.drupal.org/project/automatics_updates/issues/3312619#comment-14801308
   * @see https://www.drupal.org/node/3312619#comment-14801308
   */
  public function __sleep(): array {
    return [];