Browse Source

Fix method descriptions in FrozenTime

Fixes #13125
Mark Story 7 years ago
parent
commit
4e35047d26
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/I18n/FrozenTime.php

+ 2 - 2
src/I18n/FrozenTime.php

@@ -241,7 +241,7 @@ class FrozenTime extends Chronos implements JsonSerializable
     }
 
     /**
-     * Returns true this instance will happen within the specified interval
+     * Returns true this instance happened within the specified interval
      *
      * This overridden method provides backwards compatible behavior for integers,
      * or strings with trailing spaces. This behavior is *deprecated* and will be
@@ -266,7 +266,7 @@ class FrozenTime extends Chronos implements JsonSerializable
     }
 
     /**
-     * Returns true this instance happened within the specified interval
+     * Returns true this instance will happen within the specified interval
      *
      * This overridden method provides backwards compatible behavior for integers,
      * or strings with trailing spaces. This behavior is *deprecated* and will be