Completed
Push — master ( 236fa5...92b395 )
by Dmitry
01:53
created
src/AbstractQuantity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
      * Returns unit for given unit name.
227 227
      * The only function to change in child classes.
228 228
      * XXX Should be defined as abstract but `abstract static` is not supported in PHP5.
229
-     * @param string $name
229
+     * @param string $unit
230 230
      * @return UnitInterface
231 231
      */
232 232
     protected static function findUnit($unit)
Please login to merge, or discard this patch.