We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5845a1 commit 9260c41Copy full SHA for 9260c41
README.md
@@ -78,7 +78,7 @@ $compressor->compressObjectsMethodsName();
78
*
79
80
* Set the exception of the names of local variables
81
- *
+ */
82
$compressor->setExcludeNames(
83
\Genasyst\phpCompressor\Compressor::COMPRESS_TYPE_LOCAL_VARIABLES,
84
['not_compress_local' => 'not_compress_local']
@@ -197,8 +197,8 @@ echo $code;
197
* }
198
* $a = new My('lONg', 'SuperLongUpper', 'NOT_compressed');
199
* echo test1($a->a()); //Long ++
200
- * echo test1($a->b());//SUPERLONGUPPER ++
201
- * echo test1($a->thisMethodNameNotCompressed());//NOT_COMPRESSED ++
+ * echo test1($a->b());//SUPERLONGUPPER
+ * echo test1($a->thisMethodNameNotCompressed());//NOT_COMPRESSED
202
*/
203
204
```
0 commit comments