diff --git a/wire/core/WireFileTools.php b/wire/core/WireFileTools.php index 8fa0e094..df9ee7a2 100644 --- a/wire/core/WireFileTools.php +++ b/wire/core/WireFileTools.php @@ -594,6 +594,7 @@ class WireFileTools extends Wire { * - `excludeHidden` (bool): Exclude hidden files? (default=false). * - `returnRelative` (bool): Make returned array have filenames relative to given start $path? (default=false) * @return array Flat array of filenames + * @since 3.0.96 * */ public function find($path, array $options = array()) { @@ -1173,6 +1174,7 @@ class WireFileTools extends Wire { * @param array $options * @return bool * @see WireFileTools::include() + * @since 3.0.96 * */ function includeOnce($filename, array $vars = array(), array $options = array()) {