mirror of
https://github.com/flextype/flextype.git
synced 2025-08-10 07:06:45 +02:00
refactor(parsers): update properties visibility
This commit is contained in:
@@ -16,12 +16,12 @@ class Markdown
|
||||
/**
|
||||
* Flextype Dependency Container
|
||||
*/
|
||||
private $flextype;
|
||||
protected $flextype;
|
||||
|
||||
/**
|
||||
* Markdown
|
||||
*/
|
||||
private $markdown;
|
||||
protected $markdown;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
@@ -16,12 +16,12 @@ class Shortcode
|
||||
/**
|
||||
* Flextype Dependency Container
|
||||
*/
|
||||
private $flextype;
|
||||
protected $flextype;
|
||||
|
||||
/**
|
||||
* Shortcode Fasade
|
||||
*/
|
||||
private $shortcode;
|
||||
protected $shortcode;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
@@ -35,7 +35,7 @@ class Shortcode
|
||||
}
|
||||
|
||||
/**
|
||||
* Shortcode instance
|
||||
* Get Shortcode instance
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
|
Reference in New Issue
Block a user