first commit

This commit is contained in:
Sven Wappler
2021-04-17 21:20:54 +02:00
parent c93ec9492a
commit cadcc8edb4
406 changed files with 4917 additions and 5157 deletions

View File

@@ -25,7 +25,7 @@ namespace WapplerSystems\Meilisearch\System\Validator;
***************************************************************/
/**
* Class Path is used for Solr Path related methods
* Class Path is used for Meilisearch Path related methods
*
* @author Thomas Hohn <tho@systime.dk>
*/
@@ -33,12 +33,12 @@ class Path
{
/**
* Validate that a path is a valid Solr Path
* Validate that a path is a valid Meilisearch Path
*
* @param string $path
* @return bool
*/
public function isValidSolrPath($path)
public function isValidMeilisearchPath($path)
{
$path = trim($path);