Skip to content

Commit

Permalink
Lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb committed Jul 25, 2022
1 parent 4d391ca commit cf1eca9
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 14 deletions.
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -25,6 +25,9 @@
"scripts": {
"lint": [
"phpcs"
],
"format": [
"phpcbf"
]
},
"config": {
Expand Down
1 change: 0 additions & 1 deletion src/class-algolia-api.php
Expand Up @@ -6,7 +6,6 @@

class Algolia_API
{

/**
* @var Client
*/
Expand Down
1 change: 0 additions & 1 deletion src/class-algolia-compatibility.php
Expand Up @@ -2,7 +2,6 @@

class Algolia_Compatibility
{

private $current_language;

public function __construct()
Expand Down
1 change: 0 additions & 1 deletion src/class-algolia-helper.php
Expand Up @@ -2,7 +2,6 @@

class Algolia_Helper
{

const NAME = 'algolia';

/**
Expand Down
1 change: 0 additions & 1 deletion src/class-algolia-search.php
Expand Up @@ -2,7 +2,6 @@

class Algolia_Search
{

/**
* @var int
*/
Expand Down
1 change: 0 additions & 1 deletion src/class-algolia-settings.php
Expand Up @@ -2,7 +2,6 @@

class Algolia_Settings
{

/**
* Algolia_Settings constructor.
*/
Expand Down
1 change: 0 additions & 1 deletion src/class-algolia-utils.php
Expand Up @@ -2,7 +2,6 @@

class Algolia_Utils
{

/**
* Retrieve term parents with separator.
*
Expand Down
1 change: 0 additions & 1 deletion src/indices/class-algolia-index-replica.php
Expand Up @@ -2,7 +2,6 @@

class Algolia_Index_Replica
{

const ORDER_ASC = 'asc';
const ORDER_DESC = 'desc';

Expand Down
1 change: 0 additions & 1 deletion src/indices/class-algolia-index.php
Expand Up @@ -6,7 +6,6 @@

abstract class Algolia_Index
{

/**
* @var Client
*/
Expand Down
1 change: 0 additions & 1 deletion src/indices/class-algolia-terms-index.php
Expand Up @@ -2,7 +2,6 @@

final class Algolia_Terms_Index extends Algolia_Index
{

/**
* @var string
*/
Expand Down
1 change: 0 additions & 1 deletion src/indices/class-algolia-users-index.php
Expand Up @@ -2,7 +2,6 @@

final class Algolia_Users_Index extends Algolia_Index
{

/**
* @var string
*/
Expand Down
1 change: 0 additions & 1 deletion src/watchers/class-algolia-changes-watcher.php
Expand Up @@ -2,6 +2,5 @@

interface Algolia_Changes_Watcher
{

public function watch();
}
1 change: 0 additions & 1 deletion src/watchers/class-algolia-post-changes-watcher.php
Expand Up @@ -4,7 +4,6 @@

class Algolia_Post_Changes_Watcher implements Algolia_Changes_Watcher
{

/**
* @var Algolia_Index
*/
Expand Down
1 change: 0 additions & 1 deletion src/watchers/class-algolia-term-changes-watcher.php
Expand Up @@ -4,7 +4,6 @@

class Algolia_Term_Changes_Watcher implements Algolia_Changes_Watcher
{

/**
* @var Algolia_Index
*/
Expand Down
1 change: 0 additions & 1 deletion src/watchers/class-algolia-user-changes-watcher.php
Expand Up @@ -4,7 +4,6 @@

class Algolia_User_Changes_Watcher implements Algolia_Changes_Watcher
{

/**
* @var Algolia_Index
*/
Expand Down

0 comments on commit cf1eca9

Please sign in to comment.