Skip to content

Commit

Permalink
Swapped protected method to private
Browse files Browse the repository at this point in the history
Since it isnt used in child classes
  • Loading branch information
pH-7 committed Jul 14, 2018
1 parent 434638b commit 607c882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _protected/framework/Date/Various.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static function textTimeStamp($mTime)
*
* @return int
*/
protected static function checkSecToTime($iVal)
private static function checkSecToTime($iVal)
{
return strlen($iVal) === 1 ? 0 . $iVal : $iVal;
}
Expand Down

0 comments on commit 607c882

Please sign in to comment.