We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81f806 commit 7380d0aCopy full SHA for 7380d0a
1 file changed
system/Language/en/Entity.php
@@ -0,0 +1,19 @@
1
+<?php
2
+
3
+/**
4
+ * CLI language strings.
5
+ *
6
+ * @package CodeIgniter
7
+ * @author CodeIgniter Dev Team
8
+ * @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
9
+ * @license https://opensource.org/licenses/MIT MIT License
10
+ * @link https://codeigniter.com
11
+ * @filesource
12
13
+ * @codeCoverageIgnore
14
+ */
15
16
+return
17
+[
18
+ 'tryingToAccessNonExistentProperty' => 'Trying to access non existent property {0} of {1}'
19
+];
0 commit comments