Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Autoloader
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Jun 21, 2021
commit f0876a9e9dbbc754ae8b557f5eed2023abe2875d
4 changes: 3 additions & 1 deletion apps/accessibility/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/admin_audit/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/comments/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/dav/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/encryption/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/federation/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/files/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/files_sharing/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/files_trashbin/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/files_versions/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/oauth2/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/provisioning_api/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/settings/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/sharebymail/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/systemtags/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/testing/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
4 changes: 3 additions & 1 deletion apps/updatenotification/composer/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function unregister()
* Loads the given class or interface.
*
* @param string $class The name of the class
* @return bool|null True if loaded, null otherwise
* @return true|null True if loaded, null otherwise
*/
public function loadClass($class)
{
Expand All @@ -347,6 +347,8 @@ public function loadClass($class)

return true;
}

return null;
}

/**
Expand Down
Loading