@@ -429,8 +429,10 @@ protected function flattenSelectors(OutputBlock $block, $parentKey = null)
429429 }
430430
431431 /**
432- * glue parts of :not( or :nth-child( ... that are in general splitted in selectors parts
432+ * Glue parts of :not( or :nth-child( ... that are in general splitted in selectors parts
433+ *
433434 * @param array $parts
435+ *
434436 * @return array
435437 */
436438 protected function glueFunctionSelectors ($ parts )
@@ -1044,7 +1046,7 @@ protected function filterWithout($envs, $without)
10441046 /**
10451047 * Filter WITH rules
10461048 *
1047- * @param integer $without
1049+ * @param integer $without
10481050 * @param \Leafo\ScssPhp\Block|\Leafo\ScssPhp\Formatter\OutputBlock $block
10491051 *
10501052 * @return boolean
@@ -1479,7 +1481,7 @@ protected function compileChildren($stms, OutputBlock $out)
14791481 *
14801482 * @param array $stms
14811483 * @param \Leafo\ScssPhp\Formatter\OutputBlock $out
1482- * @param \Leafo\ScssPhp\Block $selfParent
1484+ * @param \Leafo\ScssPhp\Block $selfParent
14831485 *
14841486 * @throws \Exception
14851487 */
@@ -1611,6 +1613,14 @@ protected function compileMediaQuery($queryList)
16111613 return $ out ;
16121614 }
16131615
1616+ /**
1617+ * Merge direct relationships between selectors
1618+ *
1619+ * @param array $selectors1
1620+ * @param array $selectors2
1621+ *
1622+ * @return array
1623+ */
16141624 protected function mergeDirectRelationships ($ selectors1 , $ selectors2 )
16151625 {
16161626 if (empty ($ selectors1 ) || empty ($ selectors2 )) {
@@ -1711,9 +1721,9 @@ protected function mergeMediaTypes($type1, $type2)
17111721 /**
17121722 * Compile import; returns true if the value was something that could be imported
17131723 *
1714- * @param array $rawPath
1715- * @param OutputBlock $out
1716- * @param boolean $once
1724+ * @param array $rawPath
1725+ * @param \Leafo\ScssPhp\Formatter\ OutputBlock $out
1726+ * @param boolean $once
17171727 *
17181728 * @return boolean
17191729 */
@@ -3142,7 +3152,7 @@ protected function extractInterpolation($list)
31423152 * Find the final set of selectors
31433153 *
31443154 * @param \Leafo\ScssPhp\Compiler\Environment $env
3145- * @param Leafo\ScssPhp\Block $selfParent
3155+ * @param \ Leafo\ScssPhp\Block $selfParent
31463156 *
31473157 * @return array
31483158 */
@@ -3736,8 +3746,8 @@ public function addFeature($name)
37363746 /**
37373747 * Import file
37383748 *
3739- * @param OutputBlock $path
3740- * @param array $out
3749+ * @param string $path
3750+ * @param \Leafo\ScssPhp\Formatter\OutputBlock $out
37413751 */
37423752 protected function importFile ($ path , OutputBlock $ out )
37433753 {
0 commit comments