Skip to content

Commit e93021f

Browse files
committed
PSR12: use short form of type #6
1 parent 4dd6ac2 commit e93021f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SapDateTime.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class SapDateTime extends \DateTime
5656
* @param string $sapWeek String representing the SAP week.
5757
* @param \DateTimeZone $timezone A DateTimeZone object representing the desired
5858
* time zone.
59-
* @return \DateTime|boolean
59+
* @return \DateTime|bool
6060
* @throws \Exception
6161
*/
6262
public static function createFromSapWeek($sapWeek, $timezone = null)
@@ -75,7 +75,7 @@ public static function createFromSapWeek($sapWeek, $timezone = null)
7575
* @param string $time String representing the time.
7676
* @param \DateTimeZone $timezone A DateTimeZone object representing the desired
7777
* time zone.
78-
* @return \DateTime|boolean
78+
* @return \DateTime|bool
7979
* @throws \Exception
8080
*
8181
* @link https://php.net/manual/en/datetime.createfromformat.php

0 commit comments

Comments
 (0)