Skip to content

Commit f51e4f6

Browse files
authored
Fix typo
1 parent 05873dc commit f51e4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helpers/ContentHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ContentHelper
2323
* @param string $publishableState The state of the publishable record.
2424
* @param EditRecord|CreateRecord $livewire The Livewire component instance.
2525
* @param array $publishableData The data related to the publishable record.
26-
* @return void
26+
* @return bool
2727
*/
2828
public static function handlePublishableRecord($record, $publishableState, $livewire, array $publishableData)
2929
{

0 commit comments

Comments
 (0)