Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 43370a4

Browse files
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
1 parent a842d1c commit 43370a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Data/DataCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function next()
6666
* (PHP 5 &gt;= 5.0.0)<br/>
6767
* Return the key of the current element
6868
* @link http://php.net/manual/en/iterator.key.php
69-
* @return mixed scalar on success, or null on failure.
69+
* @return integer scalar on success, or null on failure.
7070
*/
7171
public function key()
7272
{

Timer/Timer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function isTimerActive($type)
8888
* calculate difference between holiday DateTime objects and current or given time
8989
*
9090
* @param string|null $date
91-
* @return bool|\DateTime
91+
* @return boolean
9292
*/
9393
public function isHoliday($date = null)
9494
{

0 commit comments

Comments
 (0)