Skip to content

Commit

Permalink
sdk changes | Resolve git issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shikharced committed Feb 15, 2023
1 parent c139633 commit 6662e07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cedcommerce/fnac-sdk",
"version": "1.0.1",
"name": "ced/fnac-sdk",
"version": "1.0.2",
"description": "Simple PHP wrapper for FNAC API",
"require": {
"laminas/laminas-http" : ">=2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Generator
/**
* @var \DOMDocument|null
*/
protected $_dom = null;
protected $_dom;

/**
* @var \DOMDocument
Expand Down
6 changes: 4 additions & 2 deletions src/Core/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
*/
namespace FnacSdk\Core;

class Parser
{
/**
* Class Parser to parse
*/
class Parser{
/**
* @var \DOMDocument|null
*/
Expand Down

0 comments on commit 6662e07

Please sign in to comment.