File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 directory: __DIR__ . '/../.cache '
1515);
1616
17- $ env_path = getenv ('ENV_PATH ' ) ?? __DIR__ . '/.. ' ;
17+ $ env_path = getenv ('ENV_PATH ' ) ?: __DIR__ . '/.. ' ;
1818$ dotenv = Dotenv \Dotenv::createImmutable ($ env_path );
1919$ dotenv ->load ();
2020
Original file line number Diff line number Diff line change 1313 directory: __DIR__ . '/../.cache '
1414);
1515
16- $ env_path = getenv ('ENV_PATH ' ) ?? __DIR__ . '/.. ' ;
16+ $ env_path = getenv ('ENV_PATH ' ) ?: __DIR__ . '/.. ' ;
1717$ dotenv = Dotenv \Dotenv::createImmutable ($ env_path );
1818$ dotenv ->load ();
1919
Original file line number Diff line number Diff line change 77use Github \Client ;
88use Symfony \Component \Cache \Adapter \FilesystemAdapter ;
99
10- $ env_path = getenv ('ENV_PATH ' ) ?? __DIR__ . '/.. ' ;
10+ $ env_path = getenv ('ENV_PATH ' ) ?: __DIR__ . '/.. ' ;
1111$ dotenv = Dotenv \Dotenv::createImmutable ($ env_path );
1212$ dotenv ->load ();
1313
Original file line number Diff line number Diff line change 55$ loader = new \Twig \Loader \FilesystemLoader (__DIR__ . '/../templates ' );
66$ twig = new \Twig \Environment ($ loader );
77
8- $ env_path = getenv ('ENV_PATH ' ) ?? __DIR__ . '/.. ' ;
8+ $ env_path = getenv ('ENV_PATH ' ) ?: __DIR__ . '/.. ' ;
99$ dotenv = Dotenv \Dotenv::createImmutable ($ env_path );
1010$ dotenv ->load ();
1111
You can’t perform that action at this time.
0 commit comments