Laravel version update
Laravel version update
This commit is contained in:
@@ -50,7 +50,7 @@ class NodeExtension extends AbstractExtension
|
||||
* @param int $flag
|
||||
* @param bool $on
|
||||
*
|
||||
* @return NodeExtension
|
||||
* @return $this
|
||||
*/
|
||||
public function setFlag($flag, $on)
|
||||
{
|
||||
|
@@ -146,7 +146,7 @@ class Translator implements TranslatorInterface
|
||||
*
|
||||
* @param Extension\ExtensionInterface $extension
|
||||
*
|
||||
* @return Translator
|
||||
* @return $this
|
||||
*/
|
||||
public function registerExtension(Extension\ExtensionInterface $extension)
|
||||
{
|
||||
@@ -182,7 +182,7 @@ class Translator implements TranslatorInterface
|
||||
*
|
||||
* @param ParserInterface $shortcut
|
||||
*
|
||||
* @return Translator
|
||||
* @return $this
|
||||
*/
|
||||
public function registerParserShortcut(ParserInterface $shortcut)
|
||||
{
|
||||
|
@@ -66,7 +66,7 @@ class XPathExpr
|
||||
/**
|
||||
* @param $condition
|
||||
*
|
||||
* @return XPathExpr
|
||||
* @return $this
|
||||
*/
|
||||
public function addCondition($condition)
|
||||
{
|
||||
@@ -84,7 +84,7 @@ class XPathExpr
|
||||
}
|
||||
|
||||
/**
|
||||
* @return XPathExpr
|
||||
* @return $this
|
||||
*/
|
||||
public function addNameTest()
|
||||
{
|
||||
@@ -97,7 +97,7 @@ class XPathExpr
|
||||
}
|
||||
|
||||
/**
|
||||
* @return XPathExpr
|
||||
* @return $this
|
||||
*/
|
||||
public function addStarPrefix()
|
||||
{
|
||||
@@ -112,7 +112,7 @@ class XPathExpr
|
||||
* @param string $combiner
|
||||
* @param XPathExpr $expr
|
||||
*
|
||||
* @return XPathExpr
|
||||
* @return $this
|
||||
*/
|
||||
public function join($combiner, XPathExpr $expr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user