3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Fix AssetLocation @param $asset docblocks.

This commit is contained in:
Michael Stenta 2021-06-04 14:48:28 -04:00
parent 814499d8ab
commit a860653c76

View file

@ -14,7 +14,7 @@ interface AssetLocationInterface {
* Check if an asset is fixed.
*
* @param \Drupal\asset\Entity\AssetInterface $asset
* The Log entity.
* The Asset entity.
*
* @return bool
* Returns TRUE if it is fixed, FALSE otherwise.
@ -69,7 +69,7 @@ interface AssetLocationInterface {
* Find the latest movement log that references an asset.
*
* @param \Drupal\asset\Entity\AssetInterface $asset
* The asset entity.
* The Asset entity.
*
* @return \Drupal\log\Entity\LogInterface|null
* A log entity, or NULL if no logs were found.