Skip to content

Commit 7d86a38

Browse files
committed
Add since tags
1 parent 6191d4d commit 7d86a38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/View.php

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ public function __destruct()
7373
/**
7474
* Tells whether it is able to throw exceptions in the destructor.
7575
*
76+
* @since 4.2
77+
*
7678
* @return bool
7779
*/
7880
public function isThrowExceptionsInDestructor() : bool
@@ -83,6 +85,8 @@ public function isThrowExceptionsInDestructor() : bool
8385
/**
8486
* Enables/disables exceptions in the destructor.
8587
*
88+
* @since 4.2
89+
*
8690
* @param bool $active True to throw exceptions, false otherwise
8791
*
8892
* @return static

0 commit comments

Comments
 (0)