Completed
Push — master ( 576a4c...bc864b )
by Dennis
01:49
created
Classes/Seed.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,13 +69,13 @@
 block discarded – undo
69 69
 
70 70
     /**
71 71
      * @param array $properties
72
-     * @return mixed
72
+     * @return void
73 73
      */
74 74
     public function set(array $properties);
75 75
 
76 76
     /**
77 77
      * @param bool $isExecuted
78
-     * @return mixed
78
+     * @return boolean
79 79
      */
80 80
     public function isExecuted($isExecuted);
81 81
 }
Please login to merge, or discard this patch.
Tests/Unit/Collection/SeedCollectionTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
     }
89 89
 
90 90
     /**
91
-     * @param $name
91
+     * @param string $name
92 92
      * @return \PHPUnit_Framework_MockObject_MockObject
93 93
      */
94 94
     protected function mockSeed($name)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
  ***************************************************************/
27 27
 use Dennis\Seeder\Collection\SeedCollection;
28 28
 use TYPO3\CMS\Core\Tests\UnitTestCase;
29
-use TYPO3\CMS\Core\Utility\GeneralUtility;
30 29
 
31 30
 /**
32 31
  * SeedCollectionTest
Please login to merge, or discard this patch.