Skip to content

Commit 9260c41

Browse files
authored
Update README.md
1 parent e5845a1 commit 9260c41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $compressor->compressObjectsMethodsName();
7878
*
7979
*
8080
* Set the exception of the names of local variables
81-
*
81+
*/
8282
$compressor->setExcludeNames(
8383
\Genasyst\phpCompressor\Compressor::COMPRESS_TYPE_LOCAL_VARIABLES,
8484
['not_compress_local' => 'not_compress_local']
@@ -197,8 +197,8 @@ echo $code;
197197
* }
198198
* $a = new My('lONg', 'SuperLongUpper', 'NOT_compressed');
199199
* echo test1($a->a()); //Long ++
200-
* echo test1($a->b());//SUPERLONGUPPER ++
201-
* echo test1($a->thisMethodNameNotCompressed());//NOT_COMPRESSED ++
200+
* echo test1($a->b());//SUPERLONGUPPER
201+
* echo test1($a->thisMethodNameNotCompressed());//NOT_COMPRESSED
202202
*/
203203

204204
```

0 commit comments

Comments
 (0)