Skip to content

Commit

Permalink
phpDoc removed unnecessary @static annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Jan 21, 2020
1 parent 43d76f8 commit 3569871
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ class File
protected static $context = null;

/**
* @static
*
* @param string $name
*
* @return string
*/
public static function getFileExtension($name)
Expand All @@ -52,7 +49,6 @@ public static function getFileExtension($name)

/**
* Helper to get a valid filename for the filesystem, use Element\Service::getValidKey() for the use with Pimcore Elements
* @static
*
* @param string $tmpFilename
* @param string|null $language
Expand All @@ -74,10 +70,7 @@ public static function getValidFilename($tmpFilename, $language = null, $replace
}

/**
* @static
*
* @param string $filename
*
* @return bool
*/
public static function isIncludeable($filename)
Expand Down

0 comments on commit 3569871

Please sign in to comment.