File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5+ /**
6+ * This file is part of CodeIgniter Shield.
7+ *
8+ * (c) CodeIgniter Foundation <admin@codeigniter.com>
9+ *
10+ * For the full copyright and license information, please view
11+ * the LICENSE file that was distributed with this source code.
12+ */
13+
514namespace CodeIgniter \Shield \Authentication \HMAC ;
615
716use CodeIgniter \Encryption \EncrypterInterface ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5+ /**
6+ * This file is part of CodeIgniter Shield.
7+ *
8+ * (c) CodeIgniter Foundation <admin@codeigniter.com>
9+ *
10+ * For the full copyright and license information, please view
11+ * the LICENSE file that was distributed with this source code.
12+ */
13+
514namespace CodeIgniter \Shield \Commands ;
615
716use CodeIgniter \Shield \Authentication \HMAC \HmacEncrypter ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5+ /**
6+ * This file is part of CodeIgniter Shield.
7+ *
8+ * (c) CodeIgniter Foundation <admin@codeigniter.com>
9+ *
10+ * For the full copyright and license information, please view
11+ * the LICENSE file that was distributed with this source code.
12+ */
13+
514namespace CodeIgniter \Shield \Config ;
615
716use CodeIgniter \Config \BaseConfig ;
Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5+ /**
6+ * This file is part of CodeIgniter Shield.
7+ *
8+ * (c) CodeIgniter Foundation <admin@codeigniter.com>
9+ *
10+ * For the full copyright and license information, please view
11+ * the LICENSE file that was distributed with this source code.
12+ */
13+
514namespace Tests \Commands ;
615
716use CodeIgniter \Shield \Authentication \HMAC \HmacEncrypter ;
You can’t perform that action at this time.
0 commit comments