Skip to content

Commit

Permalink
Merge pull request #2 from liiskmaa/change-1
Browse files Browse the repository at this point in the history
Changed phpDoc for the DataProvider constructor
  • Loading branch information
mrkhoa99 authored Dec 20, 2020
2 parents f20a2b9 + 2cdba04 commit 0a2f8ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Model/Profile/DataProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ class DataProvider extends ModifierPoolDataProvider

/**
* DataProvider constructor.
* @param $name
* @param $primaryFieldName
* @param $requestFieldName
* @param string $name
* @param string $primaryFieldName
* @param string $requestFieldName
* @param DataPersistorInterface $dataPersistor
* @param ProfileFactory $profileFactory
* @param MetaFactory $metaFactory
Expand Down

0 comments on commit 0a2f8ef

Please sign in to comment.