File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?php
2+
3+ // autoload_static.php @generated by Composer
4+
5+ namespace Composer \Autoload ;
6+
7+ class ComposerStaticInitf17787d2ecff231b84857fe0d96cbca5
8+ {
9+ public static $ prefixLengthsPsr4 = array (
10+ 'P ' =>
11+ array (
12+ 'Picqer \\Barcode \\' => 15 ,
13+ ),
14+ );
15+
16+ public static $ prefixDirsPsr4 = array (
17+ 'Picqer \\Barcode \\' =>
18+ array (
19+ 0 => __DIR__ . '/.. ' . '/picqer/php-barcode-generator/src ' ,
20+ ),
21+ );
22+
23+ public static $ prefixesPsr0 = array (
24+ 'U ' =>
25+ array (
26+ 'Ulrichsg \\' =>
27+ array (
28+ 0 => __DIR__ . '/.. ' . '/ulrichsg/getopt-php/src ' ,
29+ ),
30+ ),
31+ );
32+
33+ public static function getInitializer (ClassLoader $ loader )
34+ {
35+ return \Closure::bind (function () use ($ loader ) {
36+ $ loader ->prefixLengthsPsr4 = ComposerStaticInitf17787d2ecff231b84857fe0d96cbca5::$ prefixLengthsPsr4 ;
37+ $ loader ->prefixDirsPsr4 = ComposerStaticInitf17787d2ecff231b84857fe0d96cbca5::$ prefixDirsPsr4 ;
38+ $ loader ->prefixesPsr0 = ComposerStaticInitf17787d2ecff231b84857fe0d96cbca5::$ prefixesPsr0 ;
39+
40+ }, null , ClassLoader::class);
41+ }
42+ }
You can’t perform that action at this time.
0 commit comments