Skip to content

Commit

Permalink
Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Apr 3, 2019
1 parent 9d8ae45 commit c973245
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class FinderIndexerDriverMysql extends FinderIndexer
/**
* Method to index a content item.
*
* @param FinderIndexerResult $item The content item to index.
* @param FinderIndexerResult $item The content item to index.
*
* @return integer The ID of the record in the links table.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class FinderIndexerDriverPostgresql extends FinderIndexer
/**
* Method to index a content item.
*
* @param FinderIndexerResult $item The content item to index.
* @param FinderIndexerResult $item The content item to index.
*
* @return integer The ID of the record in the links table.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public static function resetState()
/**
* Method to index a content item.
*
* @param FinderIndexerResult $item The content item to index.
* @param FinderIndexerResult $item The content item to index.
*
* @return integer The ID of the record in the links table.
*
Expand Down

0 comments on commit c973245

Please sign in to comment.