Fix typos in comments
This commit is contained in:
parent
62d05d9ab8
commit
de88fd19a7
|
@ -41,7 +41,7 @@ abstract class AbstractInterfaceServiceProvider extends AbstractServiceProvider
|
|||
/**
|
||||
* Register a class in the container and add tags for all the interfaces it implements.
|
||||
*
|
||||
* This also updates the `$this->provides` property with the interfaces provided by the class, ane ensures
|
||||
* This also updates the `$this->provides` property with the interfaces provided by the class, and ensures
|
||||
* that the property doesn't contain duplicates.
|
||||
*
|
||||
* @since x.x.x
|
||||
|
|
|
@ -107,7 +107,7 @@ trait SourceAttributionMeta {
|
|||
// Remove leading and trailing underscores.
|
||||
$prefix = trim( $prefix, '_' );
|
||||
|
||||
// Ensure the prfix ends with _, and set the prefix.
|
||||
// Ensure the prefix ends with _, and set the prefix.
|
||||
$this->field_prefix = "{$prefix}_";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue