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 9b13f62 commit f8b9d9fCopy full SHA for f8b9d9f
1 file changed
tests/Samples/profile.php
@@ -1,6 +1,7 @@
1
<?php declare(strict_types=1);
2
3
require_once dirname(__DIR__, 2) . '/.al-custom.php';
4
+require_once dirname(__DIR__, 2) . '/vendor/prinsfrank/glyph-lists/src/AGlyphList.php';
5
6
$sampleName = $argv[1] ?? throw new InvalidArgumentException('Missing sample name');
7
if (preg_match('/^[a-zA-Z0-9_-]+$/', $sampleName) !== 1) {
0 commit comments