@@ -91,6 +91,9 @@ |
||
91 | 91 | } |
92 | 92 | |
93 | 93 | |
94 | + /** |
|
95 | + * @param string $textDomain |
|
96 | + */ |
|
94 | 97 | protected function translatePart($translate, $result, $textDomain, $locale) |
95 | 98 | { |
96 | 99 | $newResult = parent::translate($result, $textDomain, $locale); |
@@ -96,6 +96,9 @@ discard block |
||
96 | 96 | return $classes; |
97 | 97 | } |
98 | 98 | |
99 | + /** |
|
100 | + * @param string $class |
|
101 | + */ |
|
99 | 102 | protected function processClass($class) |
100 | 103 | { |
101 | 104 | try { |
@@ -137,6 +140,9 @@ discard block |
||
137 | 140 | return null; |
138 | 141 | } |
139 | 142 | |
143 | + /** |
|
144 | + * @param string $file |
|
145 | + */ |
|
140 | 146 | protected function getClassNameInFile($file) |
141 | 147 | { |
142 | 148 | $namespace = $class = ''; |
@@ -60,6 +60,10 @@ discard block |
||
60 | 60 | } |
61 | 61 | |
62 | 62 | |
63 | + /** |
|
64 | + * @param string $by |
|
65 | + * @param string $selector |
|
66 | + */ |
|
63 | 67 | public function logFind($by, $selector) |
64 | 68 | { |
65 | 69 | if ($this->logger instanceof Logger) { |
@@ -136,6 +140,9 @@ discard block |
||
136 | 140 | return $element; |
137 | 141 | } |
138 | 142 | |
143 | + /** |
|
144 | + * @param string $selector |
|
145 | + */ |
|
139 | 146 | public function elementExists($selector, $by = 'byId') |
140 | 147 | { |
141 | 148 | try { |