Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Sep 20, 2023
1 parent 58d6917 commit d37ae91
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 329 deletions.
3 changes: 0 additions & 3 deletions src/Jackalope/Jackrabbit/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
*/
class Factory extends \Jackalope\Factory
{
/**
* {@inheritDoc}
*/
public function get($name, array $params = [])
{
switch ($name) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
use PHPCR\Query\QOM\UpperCaseInterface;

/**
* {@inheritDoc}
*
* @license http://www.apache.org/licenses Apache License Version 2.0, January 2004
* @license http://opensource.org/licenses/MIT MIT License
*
Expand All @@ -30,8 +28,6 @@
class QueryObjectModelFactory extends BaseQueryObjectModelFactory
{
/**
* {@inheritDoc}
*
* @api
*/
public function createQuery(
Expand Down
2 changes: 0 additions & 2 deletions src/Jackalope/RepositoryFactoryJackrabbit.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ public function getRepository(array $parameters = null)
}

/**
* {@inheritDoc}
*
* @api
*/
public function getConfigurationKeys()
Expand Down
1 change: 1 addition & 0 deletions src/Jackalope/Tools/Console/Helper/JackrabbitHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public function isServerRunning()
public function getServerPid()
{
$pid = trim(shell_exec("pgrep -f -n 'java \-jar {$this->jackrabbit_jar}'"));

// TODO: check it's a valid pid
return $pid;
}
Expand Down
Loading

0 comments on commit d37ae91

Please sign in to comment.