Skip to content

Commit

Permalink
Correct session class
Browse files Browse the repository at this point in the history
  • Loading branch information
niio972 committed Mar 2, 2018
1 parent 59b7b47 commit 0632c2a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/classes/OCPUSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ class OCPUSession {

/**
*
* @var type
* @var array
*/
private $sessionObjects = array();

/**
*
* @var type
* @var array
*/
private $sessionValues = null;

Expand Down Expand Up @@ -220,10 +220,10 @@ public function getUrl() {

/**
*
* @param string $openCPUUrlRessource
* @param string $httpMethod
* @param string $requests_options
* @return \GuzzleHttp\Psr7\Response
* @param string $openCPUUrlRessource opencpu server url
* @param string $httpMethod GET, POST method
* @param string $requests_options additionnal parameters
* @return \GuzzleHttp\Psr7\Response|null response from the server
*/
public function openCPUSessionCall($openCPUUrlRessource, $httpMethod = ConstantClassDefinition::OPENCPU_SERVER_GET_METHOD, $requests_options = []) {
try {
Expand Down

0 comments on commit 0632c2a

Please sign in to comment.