Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Minor doc adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikyt committed Nov 22, 2018
1 parent a0bf33f commit cfa8ae0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/ShopifyApp/Jobs/ScripttagInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ class ScripttagInstaller implements ShouldQueue
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;

/**
* The shop.
* The shop object.
*
* @var \OhMyBrew\ShopifyApp\Models\Shop
* @var object
*/
protected $shop;

Expand All @@ -29,8 +29,8 @@ class ScripttagInstaller implements ShouldQueue
/**
* Create a new job instance.
*
* @param \OhMyBrew\ShopifyApp\Models\Shop $shop The shop object
* @param array $scripttags The scripttag list
* @param object $shop The shop object
* @param array $scripttags The scripttag list
*
* @return void
*/
Expand Down
8 changes: 4 additions & 4 deletions src/ShopifyApp/Jobs/WebhookInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ class WebhookInstaller implements ShouldQueue
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;

/**
* The shop.
* The shop object.
*
* @var \OhMyBrew\ShopifyApp\Models\Shop
* @var object
*/
protected $shop;

Expand All @@ -29,8 +29,8 @@ class WebhookInstaller implements ShouldQueue
/**
* Create a new job instance.
*
* @param \OhMyBrew\ShopifyApp\Models\Shop $shop The shop object
* @param array $webhooks The webhook list
* @param object $shop The shop object
* @param array $webhooks The webhook list
*
* @return void
*/
Expand Down

0 comments on commit cfa8ae0

Please sign in to comment.