Skip to content

Commit 550c0a6

Browse files
committed
Also make PEAR_Dependency2::signOperator() static
1 parent 1488617 commit 550c0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PEAR/Dependency2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@ static function normalizeDep($dep)
13251325
* @param string Operator
13261326
* @return string Sign equivalent
13271327
*/
1328-
function signOperator($operator)
1328+
static function signOperator($operator)
13291329
{
13301330
switch($operator) {
13311331
case 'lt': return '<';

0 commit comments

Comments
 (0)