Skip to content

Commit 7804097

Browse files
"Added pointless properties to appease IDE gods, because who needs manual coding skills anyway?"
1 parent ea119bd commit 7804097

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

public_html/system/engine/controller.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@
1212
namespace Spindle\System\Engine;
1313

1414
use Exception;
15+
use Spindle\System\Library\Http\Url;
1516

17+
/**
18+
* Added properties for compatibility with PHPStorm linking
19+
*
20+
* @property Url $url
21+
*
22+
*/
1623
class Controller
1724
{
1825
/**

0 commit comments

Comments
 (0)