Add EOF newlines where missing (bulk) (#1836)

This should solve issues with people making GitHub PRs and having the web editor messing things up. GitHub Web Editor sucks :(
This commit is contained in:
Dylan K. Taylor
2017-12-20 11:56:36 +00:00
committed by GitHub
parent 0ee78d2416
commit 4f8e4f0522
600 changed files with 600 additions and 600 deletions

View File

@ -145,4 +145,4 @@ class BanEntry{
return $entry;
}
}
}
}

View File

@ -169,4 +169,4 @@ class BanList{
}
}
}
}

View File

@ -72,4 +72,4 @@ interface Permissible extends ServerOperator{
*/
public function getEffectivePermissions() : array;
}
}

View File

@ -256,4 +256,4 @@ class Permission{
}
}
}

View File

@ -149,4 +149,4 @@ class PermissionAttachment{
public function remove(){
$this->permissible->removeAttachment($this);
}
}
}

View File

@ -79,4 +79,4 @@ class PermissionAttachmentInfo{
public function getValue() : bool{
return $this->value;
}
}
}

View File

@ -32,4 +32,4 @@ interface PermissionRemovedExecutor{
* @return void
*/
public function attachmentRemoved(PermissionAttachment $attachment);
}
}

View File

@ -38,4 +38,4 @@ interface ServerOperator{
* @param bool $value
*/
public function setOp(bool $value);
}
}