Skip to content

Commit

Permalink
Add a note about Flysystem adapter in the deprecation notice of Dropbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Kerouanton authored and Alexis Thinardon committed Sep 13, 2018
1 parent 35cddb3 commit c538869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gaufrette/Adapter/Dropbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Dropbox_API as DropboxApi;
use Dropbox_Exception_NotFound as DropboxNotFoundException;

@trigger_error('The '.__NAMESPACE__.'\Dropbox adapter is deprecated since version 0.4 and will be removed in 1.0.', E_USER_DEPRECATED);
@trigger_error('The '.__NAMESPACE__.'\Dropbox adapter is deprecated since version 0.4 and will be removed in 1.0. You can move to our Flysystem adapter and use their Dropbox adapter if needed.', E_USER_DEPRECATED);

/**
* Dropbox adapter.
Expand Down

0 comments on commit c538869

Please sign in to comment.