Skip to content

Commit

Permalink
Fix docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed May 12, 2024
1 parent 3de9a48 commit 96dc833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Model/Endpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ public function readQuery(): ReadQuery
/**
* Creates a new create query
*
* @return \Muffin\Webservice\Datasource\Query
* @return \Muffin\Webservice\Datasource\Query\CreateQuery
*/
public function createQuery(): CreateQuery
{
Expand All @@ -876,7 +876,7 @@ public function createQuery(): CreateQuery
/**
* Creates a new update query
*
* @return \Muffin\Webservice\Datasource\Query
* @return \Muffin\Webservice\Datasource\Query\UpdateQuery
*/
public function updateQuery(): UpdateQuery
{
Expand All @@ -886,7 +886,7 @@ public function updateQuery(): UpdateQuery
/**
* Creates a new delete query
*
* @return \Muffin\Webservice\Datasource\Query
* @return \Muffin\Webservice\Datasource\Query\DeleteQuery
*/
public function deleteQuery(): DeleteQuery
{
Expand Down

0 comments on commit 96dc833

Please sign in to comment.