]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/fuse/class_FrameworkFuseWrapper.php
Continued:
[core.git] / framework / main / classes / fuse / class_FrameworkFuseWrapper.php
index b42b15158002cd69972c8da9df8953c9e514d553..794b6fccb41b30e7049f1ffb477208da767076e1 100644 (file)
@@ -8,7 +8,7 @@ use CoreFramework\Registry\Registerable;
 /**
  * A class for binding to the FUSE wrapper. This class requires the PHP
  * extension fuse.dll/so being added to your setup. If you want to use this
- * class, please activate and use the FUSE feature instead of this class
+ * class, please activate and use the FUSE feature instead of using this class
  * directly. This gives you all required pre-tests. Please read there for
  * more detailed informations.
  *
@@ -31,7 +31,7 @@ use CoreFramework\Registry\Registerable;
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-public class FrameworkFuseWrapper extends FuseWrapper implements Registerable {
+class FrameworkFuseWrapper extends FuseWrapper implements Registerable {
        /**
         * Get attributes
         *