Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
feat: Added namespace and correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Apr 13, 2019
1 parent b4fdc11 commit e0edee0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Joserick/Plex/Server/Library/ItemInterface.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace Joserick\Plex\Server\Library;

/**
* Plex Library Item
*
Expand Down Expand Up @@ -38,7 +40,7 @@
interface Plex_Server_Library_ItemInterface
{
/**
* Sets an array of attribues, if they exist, to the corresponding class
* Sets an array of attributes, if they exist, to the corresponding class
* member.
*
* @param array $attribute An array of item attributes as passed back by the
Expand Down

0 comments on commit e0edee0

Please sign in to comment.