File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,4 @@ user_guide_src/cilexer/pycilexer.egg-info/*
2929* .sublime-project
3030/tests /tests /
3131/tests /results /
32+ test.php
Original file line number Diff line number Diff line change 3838 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3939 * THE SOFTWARE.
4040 **/
41+ #[AllowDynamicProperties]
4142class MX_Controller
4243{
4344 public $ autoload = array ();
Original file line number Diff line number Diff line change 3535 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3636 * THE SOFTWARE.
3737 **/
38+ #[AllowDynamicProperties]
3839class MX_Loader extends CI_Loader
3940{
4041 protected $ _module ;
Original file line number Diff line number Diff line change 3939 *
4040 * @property \CI_URI uri
4141 **/
42+ #[AllowDynamicProperties]
4243class MX_Router extends CI_Router
4344{
4445 public $ module ;
You can’t perform that action at this time.
0 commit comments