Failed Conditions
Pull Request — master (#5)
by Kauri
02:58
created
tests/PaymentPeriodsTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -111,6 +111,9 @@
 block discarded – undo
111 111
         $periodsCollection->getNumberOfPeriods($this->getMockPeriod(3), 10);
112 112
     }
113 113
 
114
+    /**
115
+     * @return \Kauri\Loan\PeriodInterface
116
+     */
114 117
     private function getMockPeriod($length)
115 118
     {
116 119
         $stub = $this->getMockBuilder(Period::class)
Please login to merge, or discard this patch.