We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@throws
@return
1 parent a4e452b commit 5795f68Copy full SHA for 5795f68
Expression/Expression.php
@@ -123,9 +123,9 @@ public function isGlob()
123
}
124
125
/**
126
- * @throws \LogicException
127
- *
128
* @return Glob
+ *
+ * @throws \LogicException
129
*/
130
public function getGlob()
131
{
Finder.php
@@ -128,9 +128,9 @@ public function useBestAdapter()
*
* @param string $name
- * @throws \InvalidArgumentException
132
133
* @return Finder The current Finder instance
+ * @throws \InvalidArgumentException
134
135
public function setAdapter($name)
136
0 commit comments