Browse Source

Remove return type declaration

othercorey 4 years ago
parent
commit
5151cd382a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/View/Helper/BreadcrumbsHelperTest.php

+ 1 - 1
tests/TestCase/View/Helper/BreadcrumbsHelperTest.php

@@ -368,7 +368,7 @@ class BreadcrumbsHelperTest extends TestCase
     /**
      * Test adding crumbs after a specific one
      */
-    public function testInsertAfterLastItem(): void
+    public function testInsertAfterLastItem()
     {
         $this->breadcrumbs
             ->add('Home', '/')