Test Setup Failed
Pull Request — master (#1)
by
unknown
06:50
created
src/Contracts/Quota.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -18,6 +18,7 @@
 block discarded – undo
18 18
 {
19 19
     /**
20 20
      * Enforce a quota.
21
+     * @return boolean
21 22
      */
22 23
     public function enforce();       
23 24
 }
Please login to merge, or discard this patch.
src/PeriodicQuota.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,6 @@
 block discarded – undo
91 91
      *
92 92
      * TODO: make static?
93 93
      *
94
-     * @param PeriodicQuota $quota
95 94
      * @return string
96 95
      */
97 96
     public function dateInTimezone()
Please login to merge, or discard this patch.