Skip to content

Commit 9596429

Browse files
author
Roman Syroeshko
committed
Set \PhpOffice\Common\String::isUTF8 deprecated.
1 parent 498937f commit 9596429

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Common/Text.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ public static function controlCharacterOOXML2PHP($value = '')
115115
/**
116116
* Check if a string contains UTF-8 data
117117
*
118+
* @deprecated 0.2.4 Use `Zend\Stdlib\StringUtils::isValidUtf8` instead.
119+
*
118120
* @param string $value
119121
* @return boolean
120122
*/

0 commit comments

Comments
 (0)