Skip to content

Commit

Permalink
fix keys for type providers
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfilatov committed Mar 6, 2016
1 parent 3c1a6db commit 4b2520a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/com/phpuaca/completion/PHPUnitTypeProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class PHPUnitTypeProvider extends BaseTypeProvider {

@Override
public char getKey() {
return 'υ';
return '';
}

@Nullable
Expand Down
2 changes: 1 addition & 1 deletion src/com/phpuaca/completion/ProphecyTypeProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ProphecyTypeProvider extends BaseTypeProvider {

@Override
public char getKey() {
return 'φ';
return '';
}

@Nullable
Expand Down

0 comments on commit 4b2520a

Please sign in to comment.