Skip to content

Commit

Permalink
TASK: Fix some errors found by Doctum
Browse files Browse the repository at this point in the history
  • Loading branch information
kdambekalns committed Oct 26, 2022
1 parent f8246ba commit 928cc4a
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ protected function exportNodeData(array &$nodeData, array &$nodesStack)
* @param array $data The data as an array, the given property name is looked up there
* @param string $propertyName The name of the property
* @param string $elementName an optional name to use, defaults to $propertyName
* @param string $declaredPropertyType
* @return void
*/
protected function writeConvertedElement(array &$data, $propertyName, $elementName = null, $declaredPropertyType = null)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class CacheLifetimeOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ChildrenOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ClosestOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class ContextOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class FilterOperation extends \Neos\Eel\FlowQuery\Operations\Object\FilterOperat
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class FindOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class HasOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class NextAllOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class NextOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class NextUntilOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ParentOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ParentsOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ParentsUntilOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class PrevAllOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class PrevOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class PrevUntilOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class PropertyOperation extends AbstractOperation
*
* We can only handle ContentRepository Nodes.
*
* @param mixed $context
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean
*/
public function canEvaluate($context)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class SiblingsOperation extends AbstractOperation
/**
* {@inheritdoc}
*
* @param array (or array-like object) $context onto which this operation should be applied
* @param array $context $context onto which this operation should be applied (array or array-like object)
* @return boolean true if the operation can be applied onto the $context, false otherwise
*/
public function canEvaluate($context)
Expand Down

0 comments on commit 928cc4a

Please sign in to comment.