Skip to content

Commit

Permalink
declare deprecated about stream wrapper functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
sasezaki committed Oct 30, 2021
1 parent 7ba573a commit 2d4fc80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Resolver/TemplatePathStack.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ public function isLfiProtectionOn()
*
* @param bool $flag
* @return TemplatePathStack
*
* @deprecated will be removed in version 3
*/
public function setUseStreamWrapper($flag)
{
Expand All @@ -261,6 +263,8 @@ public function setUseStreamWrapper($flag)
* is disabled.
*
* @return bool
*
* @deprecated will be removed in version 3
*/
public function useStreamWrapper()
{
Expand Down
2 changes: 2 additions & 0 deletions src/Stream.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* written by
* Mike Naberezny (@link http://mikenaberezny.com)
* Paul M. Jones (@link http://paul-m-jones.com)
*
* @deprecated will be removed in version 3
*/
class Stream
{
Expand Down

0 comments on commit 2d4fc80

Please sign in to comment.