File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Configuration settings
2
- <!-- This file is auto generated from the source of QROptionsTrait .php -->
2
+ <!-- This file is auto generated from the source of QROptions .php -->
3
3
## version
4
4
5
5
QR Code version number
Original file line number Diff line number Diff line change 8
8
* @license MIT
9
9
*/
10
10
11
- use chillerlan \QRCode \QROptionsTrait ;
11
+ use chillerlan \QRCode \QROptions ;
12
12
13
13
require_once __DIR__ .'/../vendor/autoload.php ' ;
14
14
15
15
$ file = 'Usage/Configuration-settings.md ' ;
16
16
$ content = [
17
17
'# Configuration settings ' ,
18
- '<!-- This file is auto generated from the source of QROptionsTrait .php --> ' ,
18
+ '<!-- This file is auto generated from the source of QROptions .php --> ' ,
19
19
];
20
20
21
- $ reflectionClass = new ReflectionClass (QROptionsTrait ::class);
21
+ $ reflectionClass = new ReflectionClass (QROptions ::class);
22
22
23
23
foreach ($ reflectionClass ->getProperties (ReflectionProperty::IS_PROTECTED ) as $ reflectionProperty ){
24
24
$ docblock = $ reflectionProperty ->getDocComment ();
93
93
94
94
file_put_contents (__DIR__ .'/ ' .$ file , implode ("\n" , $ content ));
95
95
96
- printf ('Built "%s" from "%s" ' , $ file , QROptionsTrait ::class);
96
+ printf ('Built "%s" from "%s" ' , $ file , QROptions ::class);
97
97
98
98
exit (0 );
You can’t perform that action at this time.
0 commit comments