Skip to content

Commit 18fd035

Browse files
committed
@SInCE annotation for Type::isScalar()
1 parent 407d439 commit 18fd035

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/spec/Type.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class Type
2929
*
3030
* @param string $type value from one of the type constants defined in this class.
3131
* @return bool whether the type is a scalar type.
32+
* @since 1.2.1
3233
*/
3334
public static function isScalar(string $type): bool
3435
{

0 commit comments

Comments
 (0)